Rosetta Commons
Member Site
Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › Invalid value for option cxx
scons: *** Invalid value for option cxx: * File “/usr/local/rosetta3.3/rosetta_source/tools/build/setup.py”, line 89, in setup_build_options
I tried to run scons bin mode=release, this is the error i get. Im using Fedora15 with gcc4.6.. So, this is the gcc problem?
Somehow something is inserting an argument to cxx into your command line. I don’t know how. Try adding cxx=gcc to the line (scons bin mode=release cxx=gcc), assuming you use gcc.
i untar rosetta_source again and edited all the files,in the end,success..thanks ^^
still end up the same error.i tried to add the version but also,the same…tq
OK, try editing the line of tools/build/options.settings that says: "gcc" : [ "3.3", "3.4", "4.0", "4.1", "4.2", "4.3","4.4","4.5", "*" ],
"gcc" : [ "3.3", "3.4", "4.0", "4.1", "4.2", "4.3","4.4","4.5", "*" ],
to instead have 4.6 as well:
"gcc" : [ "3.3", "3.4", "4.0", "4.1", "4.2", "4.3","4.4","4.5", "4.6", "*" ],