Hi,

On Thu, 2008-11-13 at 18:51 -0600, Carsten Neumann wrote:
>       Hello Patrik,
> 
> ok, last resort hack, as otherwise I'm out of ideas, change 
> Tools/scons-build/OpenSG/AddOnHacks.py line 330
> from:
> 
> self.lib_names.append('system')
> 
> to:
> 
> self.lib_names[0:0] = 'system'
> 

or change libs=["filesystem"] to libs=["filesystem", "system"] while
setting up the boost option in SConstruct.


kind regards,
  gerrit



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