Hi JS,

On Mon, Jan 18, 2010 at 2:37 PM, Jean-Sébastien Guay
<[email protected]> wrote:
>> I've merged your changes except for the addition of #include <cstdio>
>> to TXPNode as I believe this will break the Irix build.  Could you try
>> including a c header for the missing functions rather than a
>> StandardC++ header?
>
> Sure, <stdio.h> ?

But could you try it to make sure it works ;-)

>
> Well, even if FREETYPE_INCLUDE_DIR_freetype2 is set to
> /usr/include/freetype2, it won't work, because the ReaderWriter includes the
> headers as <freetype/...>. For that to work, we'd need to include them as
> <...> and add both /usr/include/freetype2 and /usr/include/freetype to the
> include path so all platforms would work.

I was thinking about this possible solution - to move the freetype/
from the source files into the CMakeLists.txt.

It doesn't get away from the way from the fact that the Mingw freetype
header setup is out of sync with the rest of the world - it sounds
broken to me.  Just to double check could you list the contents of
your /usr/include/freetype2?

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to