Building cppdom (and using scons-addons) with SCons 0.98 generates errors because of minor differences with SCons 0.97, like the SConstruct file sets the help message before calling 'SConsAddons.Util.hasHelpFlag()' and so this condition always returns true. In scons-addons, the files /src/SConsAddons/Util.py and /src/SConsAddons/Options/Options.py call functions that are now in different modules, e.g. 'is_valid_construction_var' is not in the Util but the SCons.Environment module.
diffs for SConstruct, (scons-addons) Options.py and (scons-addons) Util.py
Logged In: YES
user_id=49856
Originator: NO
Thanks for the patches. Revision 368 of scons-addons should work fine with SCons 0.98 now. I did not find that patching the CppDOM SConstruct file did not need to be patched. What problems did you run into with the Help() call being where it was?