Following the links from the main OSG site, it leads to the 'downloads' page:
http://www.openscenegraph.org/projects/osg/wiki/Downloads which leads to the 'dependencies' page: http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies This instructs us to download 3rdParty_Win32binaries_2005_05_10.zip, which contains freetype 2.19, which OSG 2.4.0 will not build with. Ref: recent thread below. It is pretty bad to have the official wiki page pointing us to files that will not build. Is there a wiki update coming soon? I would really like to be able to build 2.4.0 and am wondering when a link to functional dependencies will appear. Thanks, Ben ------------------------- Subject: Re: [osg-users] Unresolved symbol in FreeType plugin From: Jean-Sébastien Guay Sent: Wed, 12 Dec 2007 07:28:29 -0800 2>FreeTypeFont3D.obj : error LNK2019: unresolved external symbol _FT_Outline_Get_BBox referenced in function "protected: void __thiscall FreeTypeFont3D::init(void)" > > I'm getting this with current SVN and VS2005. Do I need to update my 3rd > party dependencies? After updating yesterday I got that same problem, and updating the dependencies to Mike's latest on his SVN (which is freetype235 instead of freetype219) fixed it. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

