Hi Mathieu,
I tried to build OSG 3.1.1 (latest development release available) but it seems 
the pdb files are located in the same place of OSG 2.4.19 I tried before (in 
which your modifications didn't work).
Now, I suspect I call cmake with different defines or the OSG trunk version is 
the only one that could work with your modifications.

Here is the cmake line I call:


Code:
cmake.exe -DCMAKE_BUILD_TYPE=debug 
-DCMAKE_INSTALL_PREFIX="W:\3rd_party_install\win32\10.0\debug\OpenSceneGraph-3.1.1"
 -DCMAKE_USE_RELATIVE_PATHS=ON -DCMAKE_VERBOSE_MAKEFILE=OFF 
-DOSG_USE_AGGRESSIVE_WARNINGS=OFF 
-DTIFF_INCLUDE_DIR="W:\src_3rd_party\libtiff;W:\src_3rd_party\libtiff\win32" 
-DTIFF_LIBRARY="W:\intermediate\win32\10.0\debug\src_3rd_party\libtiff\tiff.lib"
 -DZLIB_INCLUDE_DIR="W:\src_3rd_party\libzlib" 
-DZLIB_LIBRARY="W:\intermediate\win32\10.0\debug\src_3rd_party\libzlib\zlib.lib"
 -DJPEG_INCLUDE_DIR="W:\src_3rd_party\libjpeg" 
-DJPEG_LIBRARY="W:\intermediate\win32\10.0\debug\src_3rd_party\libjpeg\jpeg.lib"
 -DPNG_PNG_INCLUDE_DIR="W:\src_3rd_party\libpng" 
-DPNG_LIBRARY="W:\intermediate\win32\10.0\debug\src_3rd_party\libpng\png.lib" 
-DFREETYPE_INCLUDE_DIRS="W:\src_3rd_party\libfreetype;W:\src_3rd_party\libfreetype\include"
 
-DFREETYPE_LIBRARY="W:\intermediate\win32\10.0\debug\src_3rd_party\libfreetype\freetype.lib"
 -DGIFLIB_LIBRARY="" -DQT_INCLUDE_DIR="W:/3rd_party/qt/q
 t-4.8.2/include" 
-DQT_QTCORE_INCLUDE_DIR="W:/3rd_party/qt/qt-4.8.2/include/QtCore" 
-DQT_LIBRARY_DIR="W:/3rd_party/qt/qt-4.8.2/lib/10.0/win32" 
-DQT_RCC_EXECUTABLE="W:/3rd_party/qt/qt-4.8.2/bin/10.0/win32/rcc.exe" 
-DQT_MOC_EXECUTABLE="W:/3rd_party/qt/qt-4.8.2/bin/10.0/win32/moc.exe" 
-DQT_QMAKE_EXECUTABLE="W:/3rd_party/qt/qt-4.8.2/bin/10.0/win32/qmake.exe" 
-DQT_UIC_EXECUTABLE="W:/3rd_party/qt/qt-4.8.2/bin/10.0/win32/uic.exe" 
-DQT_QTMAIN_LIBRARY="W:/3rd_party/qt/qt-4.8.2/lib/10.0/win32/qtmain.lib" 
-DQT_QTCORE_LIBRARY_RELEASE="W:/3rd_party/qt/qt-4.8.2/lib/10.0/win32/QtCore4.lib"
 
-DQT_QTCORE_LIBRARY_DEBUG="W:/3rd_party/qt/qt-4.8.2/lib/10.0/win32/QtCore4.lib" 
-DQT4_FOUND=TRUE -DCMAKE_MAKE_PROGRAM="W:\3rd_party\jom\win32\jom.exe" -G 
"NMake Makefiles" .



Regards,
Gianni[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=50630#50630





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to