Difference between revisions of "Talk:Drv rave Windows Install"

From Asibot & HOAP3 & TEO Wiki
Jump to navigation Jump to search
m
Line 6: Line 6:
  
 
----
 
----
 +
Add the line '''#define COIN_NOT_DLL''' after line 27 in "openrave\inc\Inventor\C\basic.h".
 
coin3d-2?
 
coin3d-2?

Revision as of 19:14, 26 May 2010

Info that would be good if Openrave's Boost 1.39 for Windows were not a bit hacked for it to compile OpenRAVE:

Then install Boost 1.39 (BOOST is needed for OpenRave). Click on the following link: http://sourceforge.net/projects/boost/files/boost/1.39.0/boost_1_39_0.zip/download and save the file to a given folder. Extract its contents. Open a command prompt and go to this directory. Run bootstrap.bat. Run bjam release. Run bjam install.

Erase "openrave\inc\boost" and "openrave\lib\boost*". Copy "C:\Boost\include\boost-1_39\boost" to "openrave\inc" and "C:\Boost\lib" contents to "openrave\lib\win32".


Add the line #define COIN_NOT_DLL after line 27 in "openrave\inc\Inventor\C\basic.h". coin3d-2?