can not specify the location of Boost manually

kamaliang

05-04-2010 04:04:25

MyGui: svn\tags\MyGUI3.0
OGRE: OgreSdk_vc9_v1-7-0
CMake: 2.8.0

When cmaked MyGui, the CMake did not ask for Boost's configuration....
but when built the Mygui, got some errors like this: include/OGRE/Threading/OgreThreadHeadersBoost.h:34:34: error: boost/thread/locks.hpp: No such file or directory...

:( it seemed this posts had met the same problem:
http://www.ogre3d.org/addonforums/viewtopic.php?f=17&t=12297
http://www.ogre3d.org/addonforums/viewtopic.php?f=17&t=12050

cass

05-04-2010 16:29:56

Set BOOST_ROOT path manually to the root Boost directory. That worked for me on Windows XP.