Invalid value for option cxx

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Invalid value for option cxx

Viewing 2 reply threads
  • Author
    Posts
    • #1005
      Anonymous

        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?

      • #5952
        Anonymous

          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.

        • #5958
          Anonymous

            i untar rosetta_source again and edited all the files,in the end,success..thanks ^^

          • #5953
            Anonymous

              still end up the same error.i tried to add the version but also,the same…tq

            • #5955
              Anonymous

                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", "*" ],

                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", "*" ],

            Viewing 2 reply threads
            • You must be logged in to reply to this topic.