Re: [osg-users] [build] pdb install

2012-10-16 Thread Gianni Ambrosio
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
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-15 Thread Mathieu MARACHE
Hi Gianni,

My modifications were against latest release... You will need to tweak
my modifications to get the location of the current binary dir instead
of the location of the dll file.
HTH
--
Mathieu


On 11 October 2012 19:21, Gianni Ambrosio ga...@vi-grade.com wrote:
 Hi Mathieu,
 unfortunately I get the error:

 CMake Error at src/osg/cmake_install.cmake:40 (FILE):
   file INSTALL cannot find C:/Documents and Settings/gambr/Local
   Settings/Temp/tmpm-mnkd/OpenSceneGraph-2.9.14/bin/osg75-osgd.pdb.

 while the pdb is in:

 C:\Documents and Settings\gambr\Local 
 Settings\Temp\tmpm-mnkd\OpenSceneGraph-2.9.14\src\osg\osg75-osgd.pdb

 Any idea?

 Regards,
 Gianni

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





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-15 Thread Gianni Ambrosio
OK, Mathieu, I supposed there were no so much differences between 2.9.14 and 
latest. Anyway, thank you for the suggestions.
Will your modifications be available from now on in OSG releases?

Regards,
Gianni

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-15 Thread Mathieu MARACHE
This depends if they are considered ok by Robert (when he's back from
holidays). But I would bet on it.
--
Mathieu


On 15 October 2012 09:44, Gianni Ambrosio ga...@vi-grade.com wrote:
 OK, Mathieu, I supposed there were no so much differences between 2.9.14 and 
 latest. Anyway, thank you for the suggestions.
 Will your modifications be available from now on in OSG releases?

 Regards,
 Gianni

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





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-11 Thread Gianni Ambrosio
Thanks Mathieu, I'm trying your modifications.

Gianni

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-11 Thread Gianni Ambrosio
Hi Mathieu,
unfortunately I get the error:

CMake Error at src/osg/cmake_install.cmake:40 (FILE):
  file INSTALL cannot find C:/Documents and Settings/gambr/Local
  Settings/Temp/tmpm-mnkd/OpenSceneGraph-2.9.14/bin/osg75-osgd.pdb.

while the pdb is in:

C:\Documents and Settings\gambr\Local 
Settings\Temp\tmpm-mnkd\OpenSceneGraph-2.9.14\src\osg\osg75-osgd.pdb

Any idea?

Regards,
Gianni

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-10 Thread Gianni Ambrosio
Thank you Mathieu, those modifications will be very appreciated.

Gianni

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [build] pdb install

2012-10-09 Thread Mathieu MARACHE
We have some simple modifications at work, I can provide them on
thursday if you still need them ?
--
Mathieu


On 8 October 2012 09:37, Gianni Ambrosio ga...@vi-grade.com wrote:
 Hi All,
 is there a way to install pdb files in the same directory of the dlls? if 
 not, could you please help me in finding the right cmake file to modify?

 Regards,
 Gianni

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





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org