Marcus Lindblom wrote: > Marcus Lindblom wrote: >> Gerrit Voss wrote: > >>> Ideally gen_bindings.py should be aware of the build.info settings and >>> only take files that are relevant. >> I don't think scons build-flags are saved in osg2-config. Otherwise, >> that would've been feasible. > > How about just adding the options.cache.<platform>.compiler file as a > string to osg2-config (or storing the equivalent data queried from > directory from scons within SConstruct). That can easily be extracted > and parsed by pyopensg, then it could use eval the build.info files and > just see wheter stopTraversal is true or not.
I've uploaded two patches to opensg and scons-addons that add this: http://opensg.vrsource.org/trac/ticket/221 I'll move on to work on getting pyopensg to read this and use them when scanning build.info files. Cheers, /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
