On 5/7/2011 1:27 PM, Nan WANG wrote: > 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 can't really advise, since I didn't build those 3rdparty libs, but maybe it only has release versions and CMake is complaining about not finding debug versions? > 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. Those are the ones we built. We provide both release and debug. Did you grab both release and debug? perhaps that's what's different? If AlphaPixel's libraries are working for you, then I'm not really sure there's a problem -- just use the AlphaPixel libraries. I'm going to update this page: http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies to mention the AlphaPixel 3rdparty libs. -- Chris 'Xenon' Hanson, omo sanza lettere. [email protected] http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

