From: SourceForge.net <no...@so...> - 2008-04-18 15:03:51
|
Patches item #1945859, was opened at 2008-04-18 10:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=467783&aid=1945859&group_id=52718 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dioselin (dioselin) Assigned to: Nobody/Anonymous (nobody) Summary: Installing with SCons 0.98 Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=467783&aid=1945859&group_id=52718 |