Hi there,

I'm curious about OpenSG-2.0 and I just tried to compile the current svn 
version.
My system is Windows Vista 32 bit with VS 2005
I used the following line to compile it
--
python Tools\scons-local\scons.py BoostBaseDir=e:\boost\boost_1_34_1 
enable_unittests=false MSVS_VERSION=8.0
--

The build tool finds my boost installation, but unfortunately can't find 
boost_filesystem-vc80-mt-1_34_1.lib.
But all the boost libs are there, also the 
boost_filesystem-vc80-mt-1_34_1.lib.
I verified the names and they are correct.

Somebody has any idea?

Sebastian

console output
--
e:\Opensg-2.0>python Tools\scons-local\scons.py 
BoostBaseDir=e:\boost\boost_1_34
_1 enable_unittests=false MSVS_VERSION=8.0
scons: Reading SConscript files ...
Using SConsAddons from: Tools/scons-addons/src
-------------------------------------------------
WARNING: The build is currently in development.
            - It needs the svn version of scons-addons
WARNING:
Building OpenSG  2.0.0-pre1
### Apply OpenSG SCons AddOn Hacks ###
Valid archs:  ['default']
Updating  boost
Loading initial settings for boost
   BoostBaseDir specified or cached. [e:\boost\boost_1_34_1].
   Searching for correct boost include dir...   found:  
e:\boost\boost_1_34_1
   boost include path:  e:\boost\boost_1_34_1
   boost version: 1.34.1
Checking for C++ library boost_filesystem-vc80-mt-1_34_1... no
Checking for C++ library boost_filesystem-vc80-1_34_1... no
Checking for C++ library boost_filesystem-1_34_1... no
Checking for C++ library boost_filesystem... no
Unable to find library: filesystem tried: 
['boost_filesystem-vc80-mt-1_34_1', 'b
oost_filesystem-vc80-1_34_1', 'boost_filesystem-1_34_1', 'boost_filesystem']
Option error:  Check required failed: Unable to find library: filesystem 
tried:
['boost_filesystem-vc80-mt-1_34_1', 'boost_filesystem-vc80-1_34_1', 
'boost_files
ystem-1_34_1', 'boost_filesystem']
Traceback (most recent call last):
  File "E:\Opensg-2.0\SConstruct", line 672, in <module>    
opts.Process(common_env)
  File "Tools/scons-addons/src/SConsAddons/Options/Options.py", line 
639, in Process
    option.validate(env)          # Validate the settings
  File "Tools\scons-build\OpenSG\AddOnHacks.py", line 337, in BoostValidate
    self.checkRequired("Unable to find library: %s tried: 
%s"%(libname,possible_lib_names))
  File "Tools/scons-addons/src/SConsAddons/Options/Options.py", line 
172, in checkRequired
    raise OptionError(self,"Check required failed: %s"%msg)
OptionError: Check required failed: Unable to find library: filesystem 
tried: ['
boost_filesystem-vc80-mt-1_34_1', 'boost_filesystem-vc80-1_34_1', 
'boost_filesystem-1_34_1', 'boost_filesystem']

-- 
Sebastian Knödel

   --------------------------------------------------------
  |    PhD. Student         |    [EMAIL PROTECTED]          |
  |    Iparla Project       |    http://iparla.labri.fr    |
  |    INRIA Bordeaux       |    Tel : (+33) 5 40 00 38 82 |
   --------------------------------------------------------
  
  


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to