Hi Carlo,

According to yum, FreeType is already installed.

Code:
Package freetype-2.2.1-21.el5_3.i386 already installed and latest version

Remember that to be able to build anything with it, the -dev package needs to be installed too... Otherwise you just have the shared libs installed (so other programs already linked to it can run) and not the headers or libraries (needed to build and link to it).

And since OSG's freetype support is in a plugin, all of which are optional, your build of OSG is probably not building it. Check if you have an osgPlugin-freetype something or other in your osgPlugins-<version> directory after you build, my guess is no.

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