Hi, On Sun, 2008-11-16 at 21:46 +0100, Marcus Lindblom wrote: > OpenSG-scons doesn't detect self built boost properly. :-/
> At least, I haven't gotten that to work (but I didn't try too hard > either). It works with the boost-pro downloads for sure though, but I > dunno if those are available for 64-bit. hmm I would only say half, what the mechanism relies on is that boost specifies the libs needed to link correctly (using whatever declspec or pragma needed), as the documentation says. This somehow does not work correctly with these versions. It worked so far with boost up to 1.36 and the libs provided by boostpro (32Bit). So I'm currently not sure if it is a problem with 1.37 (not yet available from boostpro) or the way your 64bit libs are build (no reference available). So I'm kind of lost right now. One thing to try though would be to go back to the last know working version on windows, e.g. 1.36. At least there we know it is working with 32bits. I'll see if I find some time to build a 32bit version of boost and see what happens there. 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
