Hello Carsten,

> Johannes Brunen wrote:
>> Carsten Neumann wrote:
>>> Johannes Brunen wrote:

>>> The first problem I did encounter was that the boost filesystem library
>>> could not be found. After some investigations I came to the conclusion
>>> that
>>> there is an error in the scons implementation in file
>>> Tools\scons-local\scons-local-1.0.0.d20080826\SCons\Conftest.py.

And with this conclusion I was plainly wrong. My mistake was that I started 
to
track down the boost filesystem error before repairing the developer studio
problem. Actually, this leads to the failure in the CheckLib function.
So one step back. Conftest.py is perfectly ok.

>>
>> try changing Source/System/FileIO/Collada/build.info
>>
>> from:
>> libs.extend(collada_option.library)
>> libs.extend(xml2_option.library   )
>>
>> to:
>> libs.append(collada_option.library)
>> libs.append(xml2_option.library   )
>>
> I will do...
>
Ah, this does work for me...

Best,
Johannes




-------------------------------------------------------------------------
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