Menu

#3 Installing with SCons 0.98

open-fixed
None
5
2008-04-19
2008-04-18
Dioselin
No

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.

Discussion

  • Dioselin

    Dioselin - 2008-04-18

    diffs for SConstruct, (scons-addons) Options.py and (scons-addons) Util.py

     
  • Patrick Fewell-Hartling

    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?

     
  • Patrick Fewell-Hartling

    • assigned_to: nobody --> patrickh
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.