From: Patrick H. <pa...@13...> - 2008-08-18 21:14:48
|
On Aug 18, 2008, at 3:59 PM, Vikas N Kumar wrote: > Hi > > I am trying to just compile xml-cppdom 0.7.10 on my AMD64 system which > runs Slamd64 12.1 (Slackware port). > > I have scons 1.0.0 installed which works fine, except when I try to > compile/build cppdom. > > Here is the message I get when I run scons from the command prompt in > the cppdom directory. > > Please help. > > scons: Reading SConscript files ... > NOTE: The build is currently in development. It needs the SVN trunk > version of scons-addons > Building CppDom Version: 0.7.10 > Checking for arch [ia32] ...yes > Valid archs: ['x64', 'ia32'] > AttributeError: 'module' object has no attribute > 'is_valid_construction_var': > File "/home/user1/libraries/cppdom-0.7.10/SConstruct", line 83: > opts.AddOption(sca_opts.SeparatorOption("\nPackage Options")) > File "deps/scons-addons/src/SConsAddons/Options/Options.py", line > 586: > if not SCons.Util.is_valid_construction_var(k): You'll need r367 of SConsAddons. I think that just replacing the errant file (deps/scons-addons/src/SConsAddons/Options/Options.py) with the updated version will help. You can get it here: https://realityforge.vrsource.org/viewcvs/*checkout*/trunk/scons-addons/src/SConsAddons/Options/Options.py?root=scons-addons&rev=367 -Patrick -- Patrick L. Hartling Senior Software Engineer, Priority 5 http://www.priority5.com/ |