Hi Carsten and Marcus,

here's my next problem with OpenSG2:

python Tools/scons-local/scons.py var_arch=x64 compiler=msvc80x64 
BoostBaseDir=C:\Projekte\C++\boost_1_37_0

but I can't find my boost libs (they are in 
C:\Projekte\C++\boost_1_37_0\lib64):

I'm not sure if scons searches for the dlls or the libs - but I miss the 
extensions in the output...


C:\Projekte\3D\OpenSG2>python Tools/scons-local/scons.py var_arch=x64 
compiler=m
svc80x64 BoostBaseDir=C:\Projekte\C++\boost_1_37_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:
C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCons\Platf
orm\posix.py:38: DeprecationWarning: The popen2 module is deprecated. 
Use the s
ubprocess module.
   import popen2
C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCons\Tool\
msvs.py:37: DeprecationWarning: the md5 module is deprecated; use 
hashlib instea
d
   import md5
SCons.Script:41: DeprecationWarning: the sets module is deprecated

scons: warning: The env.SourceSignatures() method is deprecated;
         convert your build to use the env.Decider() method instead.
File "C:\Projekte\3D\OpenSG2\SConstruct", line 315, in <module>
Building OpenSG  2.0.0-pre1
### Apply OpenSG SCons AddOn Hacks ###
Valid archs:  ['default']
win32
Updating  boost
Loading initial settings for boost
    BoostBaseDir specified or cached. [C:\Projekte\C++\boost_1_37_0].
    Searching for correct boost include dir...   found: 
C:\Projekte\C++\boost_1_
37_0
    boost include path:  C:\Projekte\C++\boost_1_37_0
    boost version: 1.37.0

scons: warning: The env.Copy() method is deprecated; use the env.Clone() 
method
instead.
File "Tools\scons-build\OpenSG\AddOnHacks.py", line 300, in check_lib
Checking for C++ library boost_filesystem-vc80-mt-1_37... no
Checking for C++ library boost_filesystem-vc80-mt-1_37... no
Checking for C++ library boost_filesystem-mt-1_37... no
Checking for C++ library boost_filesystem-mt... no
Checking for C++ library boost_filesystem-vc80-1_37... no
Checking for C++ library boost_filesystem-1_37... no
Checking for C++ library boost_filesystem... no
Unable to find library: filesystem tried: 
['boost_filesystem-vc80-mt-1_37', 'boo
st_filesystem-vc80-mt-1_37', 'boost_filesystem-mt-1_37', 
'boost_filesystem-mt',
'boost_filesystem-vc80-1_37', 'boost_filesystem-1_37', 'boost_filesystem']
Tools\scons-addons\src\SConsAddons\Options\Options.py:73: 
DeprecationWarning: Ba
seException.message has been deprecated as of Python 2.6
   self.message = msg
Option error:  Check required failed: Unable to find library: filesystem 
tried:
['boost_filesystem-vc80-mt-1_37', 'boost_filesystem-vc80-mt-1_37', 
'boost_filesy
stem-mt-1_37', 'boost_filesystem-mt', 'boost_filesystem-vc80-1_37', 
'boost_files
ystem-1_37', 'boost_filesystem']
Traceback (most recent call last):
   File "C:\Projekte\3D\OpenSG2\SConstruct", line 684, in <module>
     opts.Process(common_env)
   File "Tools\scons-addons\src\SConsAddons\Options\Options.py", line 
767, in Pro
cess
     option.validate(env)          # Validate the settings
   File "Tools\scons-build\OpenSG\AddOnHacks.py", line 344, 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 
238, in che
ckRequired
     raise OptionError(self,"Check required failed: %s"%msg)
OptionError: Check required failed: Unable to find library: filesystem 
tried: ['
boost_filesystem-vc80-mt-1_37', 'boost_filesystem-vc80-mt-1_37', 
'boost_filesyst
em-mt-1_37', 'boost_filesystem-mt', 'boost_filesystem-vc80-1_37', 
'boost_filesys
tem-1_37', 'boost_filesystem']

Thanks in advance,

Patrik

Marcus Lindblom schrieb:
> [EMAIL PROTECTED] wrote:
>> Hi Marcus,
>>
>> after an update to Python2.6 these errors disappeard :-)
>> Now I will try to build a version (lets hope I will have no more 
>> problems...)
>>
>> Perhaps we should write a minimal Python version to the wiki.
> 
> At least say that there's some kind of unicode issue with Python 2.5 and 
> that upgrading might help. I'll do that.
> 
> We don't have any issues, and we're using 2.5.2 for now. I don't know 
> yet if we want to switch. I'm still waiting for some apps/libs to 
> release 2.6 built software.
> 
> But anyway, using 2.6 just for building OpenSG is possible. But when 
> generating python bindings, one (sadly) has to match python versions 
> exactly. (JNI for teh win ;)  ... AFAIK they haven't addressed that in 
> Python 3k either.
> 
> mvh
> /Marcus
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to