Hi Steven,

What I've done so far:
1. Dowloaded 3rdParty binaries from 
http://osgtoy.svn.sourceforge.net/viewvc/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs71/
2. Installed 3rdParty files to<3rdParty>
3. set FREETYPE_INCLUDE_DIR_freetype2 to<3rdParty>/include/freetype
4. set FREETYPE_INCLUDE_DIR_ft2build to<3rdParty>/include/
5. set FREETYPE_LIBRARY_DEBUG to<3rdParty>/lib/freetype219_D.lib

I don't get any errors when I run Configure or Generate but the freetype plugin 
project file is never created.

What gives? Do I need a newer version of freetype?

There's a quirk of CMake that if you don't show advanced variables, it will only show you FREETYPE_LIBRARY_DEBUG for some reason (I know, really annoying). There's another setting for the release version, and it might be set to the wrong path.

So enable Advanced view and make sure FREETYPE_LIBRARY is set to the right value (should be <3rdParty>/lib/freetype219.lib I guess). You might also want to take that opportunity to check all other settings once advanced view is enabled, to make sure everything is OK.

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to