Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.4.6, 2.5.2
-
None
-
ALL
Description
If you try to run scons with --boost-version or --boost-compiler, you get this:
AttributeError: Values instance has no attribute 'boost-version':
|
File "/media/DATA2/data/m/24/mongo/SConstruct", line 240:
|
variantDir = get_variant_dir()
|
File "/media/DATA2/data/m/24/mongo/SConstruct", line 119:
|
x = get_option( name )
|
File "/media/DATA2/data/m/24/mongo/SConstruct", line 76:
|
return GetOption( name )
|
File "/usr/lib/scons/SCons/Script/Main.py", line 470:
|
return getattr(OptionsParser.values, name)
|
File "/usr/lib/scons/SCons/Script/SConsOptions.py", line 115:
|
return getattr(self.__dict__['__defaults__'], attr)
|
These parameters are necessary when using-system-boost to match the boost library filenames.