Hi, everyone When compiling osg source code, I followed the instruction here: http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies download 3rdParty_VC9sp1_x86_x64_V5.7z and put 32bit version in C:\OpenSceneGraph-2.8.4\3rdParty then add the ENV variable OSG_3RDPARTY_DIR to auto configure CMake
But When I use Cmake to generate project....it reports that some of the libs are missing, i.e. jpeg, png, freetype..... I am sure that I followed the instruction here: http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudio But, I've checked that if I use the dependencies from http://openscenegraph.alphapixel.com/osg/downloads/openscenegraph-third-party-library-downloads for example: Visual Studio 9 (SP1 9.0.30729, 2008) x86 32-bit windows-VS9.0.30729-x86-release.7z windows-VS9.0.30729-x86-debug.7z unzip them and put them in the same folder as above: C:\OpenSceneGraph-2.8.4\3rdParty Then rerun the CMake... it can find the libs, like png, jpeg...and project files can be generated properly. It seems some bugs here? thanks My environment: Windows 7 32bit/WindowsXP sp3 OSG 2.8.4 from SVN CMake 2.8.4 VS2008 SP1 /// Thank you! Cheers, Nan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39159#39159 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

