Hi Vincent, I'd spend a buck on Colin's reply.
Though it's a bit odd that you have 3rdParty../include/freetype in your include path. I guess you have added this yourself in CMake setup. The freetype plugin just includes ft2build.h which is in 3rdParty/include. It probably won't hurt of course, just a notice. You don't report what output you get when setting OSG_NOTIFY_LEVEL=DEBUG_INFO. Anything ? cheers Mattias On 6/5/08, Vincent Bourdier <[EMAIL PROTECTED]> wrote: > The problem still here : > > My PATH : > Z:\OSG_2.4\binaries\bin;Z:\OSG_2.4\binaries\bin\osgplugins-2.4.0;Z:\OSG_2.4\sources\3rdParty\bin; > > Osg 2.4 Freetype compilation : ok. No error, no warnings > > in my project : > linker : Z:\OSG_2.4\sources\3rdParty\lib;Z:\OSG_2.4\binaries\lib; > include : > \OSG_2.4\sources\3rdParty\include\freetype;Z:\OSG_2.4\sources\3rdParty\include;Z:\OSG_2.4\sources\OpenSceneGraph-src\include; > > And still the error messages : > "Could not find plugin to read object from file ... arial.ttf" > "Could not find plugin to read object from file ... picture.jpg" > "Could not find plugin to read object from file ... picture.png" > > I don't know where to search now... > > Any idea ? > > Regards, > Vincent. > > 2008/6/5 Mattias Helsing <[EMAIL PROTECTED]>: > >> Hi Vincent, >> >> is 3rdPart.../bin in your path when you run? >> >> CMake should pick up the FREETYPE_INCLUDE_DIR if you give a proper >> value to ACTUAL_3RDPARTY_DIR. >> >> What messages do you get when you set OSG_NOTIFY_LEVEL to DEBUG_INFO >> >> cheers >> MAttias >> >> On 6/5/08, Vincent Bourdier <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > After download of the last 3rdParty from SVN, I've some problem on >> > compilation : >> > In the Cmake 2.4 config, with advanced values, Freetype ask for >> > *FREETYPE_INCLUDE_DIR_freetype2 >> > *and I didn't found something about that... If I put some directory like >> > ....3rdParty_win32binaries_vs80sp1/include/freetype... it compile, but >> > after, during the run, I've the "*could not find plugin to read >> > ....arial.ttf" *message and so I don't know how to make a good 2.4 >> > compilation, with freetype, jpeg and png plugins. >> > >> > Thanks, >> > >> > Regards, >> > Vincent. >> > >> > 2008/6/4 Vincent Bourdier <[EMAIL PROTECTED]>: >> > >> >> Thanks Jean-Sébatien, I'm currently downloading the good 3dParties from >> >> SVN... it looks better :) >> >> >> >> I'll try to compile just after. >> >> >> >> Thanks for theses good indications >> >> >> >> Vincent. >> >> >> >> 2008/6/4 Paul Melis <[EMAIL PROTECTED]>: >> >> >> >>> Jean-Sébastien Guay wrote: >> >>> >> >>> >> >>> Hello Vincent, >> >>>> >> >>>> I didn't found some osgbd_ttf.dll in the plugins... in 2.2, 2.4, >> 2.5.1 >> >>>>> What is the plugin which define it ? >> >>>>> >> >>>> >> >>>> >> >>>> I think Paul made a small mistake, it's not osgdb_ttf.dll, it's >> >>>> osgdb_freetype.dll that you're looking for. This should exist to be >> able >> >>>> to >> >>>> load ttf fonts. >> >>>> >> >>> >> >>> Yup, you're right, forgot about that. >> >>> >> >>> Paul >> >>> >> >>> _______________________________________________ >> >>> osg-users mailing list >> >>> [email protected] >> >>> >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> >>> >> >> >> >> >> > >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

