Hi,
Since you are building your 3rdparty yourself too, you should check the
library naming of freetype.
The current freetype I built had the name freetype243MT.lib. Please
check for the settings: If you chose not to use "Multithreaded" it may
have a different name. You may add the name to the line
FIND_DEPENDENCY(FREETYPE ft2build.h "freetype;freetype219;freetype234MT"
${OSG_3RDPARTY_BIN} "_D")
in CMakeModules/Find3rdPartyDependencies.cmake.
Another point may be the include hierarchy. Mike has chosen to use (Note
Linux distros have a different scheme for supporting freetype Version 1
and 2 simultaneous.)
3rdParty/include
/ft2build.h
/freetype/config
/freetype/internal
...
Cheers
Olaf
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/