Hi Rick,

I have a 3rdParty folder, and it is being properly used for jpeg, gif, glut, tiff, etc. I set these options to be what made sense to me in the 3rdParty folder (which does have freetype includes and libes), and ran CMake with no errors, but I still did not see any freetype plugin in the SLN when I opened it. What am I missing?

Two things:

a) there was a thread about this earlier today. There's another setting, FREETYPE_LIBRARY (note no _DEBUG) that only shows up when "Show advanced values" is checked in CMake. You need to set that one as well.

b) If you just updated to a recent OSG, you need a more recent version of Freetype than what was in the old 3rdParty dependencies zip file. Otherwise you'll get compile errors when building the freetype plugin. And since you're using VS7.1, you'll need to build the more recent freetype lib yourself - there's no recent 3rdParty dependencies package for 7.1, only for 8.

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to