Hi JS,
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?
On the freetype front, Cmake picks sets up the
FREETYPE_INCLUDE_DIR_freetype2 var to be /usr/include/freetype2 and
FREETYPE_INCLUDE_DIR_ft2build to /usr/include, but curiously our
src/osgPlugins/freetype/CmakeLists.txt uses FREETYPE_INCLUDE_DIRS, a
var the ccmake doesn't display this variable, but the
FindFreetype.cmake sets it up as:
SET(FREETYPE_INCLUDE_DIRS
"${FREETYPE_INCLUDE_DIR_ft2build};${FREETYPE_INCLUDE_DIR_freetype2}")
Could you check the value of these vars under Mingw?
Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org