From: SourceForge.net <no...@so...> - 2008-04-19 16:22:06
|
Patches item #1945859, was opened at 2008-04-18 10:03 Message generated for change (Comment added) made by patrickh 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. ---------------------------------------------------------------------- >Comment By: Patrick Hartling (patrickh) Date: 2008-04-19 11:22 Message: 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=467783&aid=1945859&group_id=52718 |