Problem building Rosetta_2014.22.56873 on Mac10.6.8

Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Problem building Rosetta_2014.22.56873 on Mac10.6.8

  • This topic has 1 reply, 2 voices, and was last updated 10 years ago by Anonymous.
Viewing 1 reply thread
  • Author
    Posts
    • #1949
      Anonymous

        Hi,

        I am trying to build Rosetta_2014.22.56873 on Mac0.6.8 using Scons2.3.2, but I run into this error message:

        src/protocols/fldsgn/topology/SS_Info2.cc: In member function ‘void protocols::fldsgn::topology::SS_Info2::identify_ss(const std::string&)’:
        src/protocols/fldsgn/topology/SS_Info2.cc:451: warning: ‘beginE’ may be used uninitialized in this function
        {standard input}:unknown:Undefined local symbol LC11
        {standard input}:unknown:Undefined local symbol LC12
        scons: *** [build/src/release/macos/10.6/64/x86/gcc/4.2/default/protocols/fldsgn/topology/SS_Info2.os] Error 1
        scons: building terminated because of errors.

        Can anyone advice, please?

        Luca

      • #10158
        Anonymous

          It’s unclear from the log, but I think this is a warnings-as-errors problem. Rosetta uses a compiler-warning-free build, but sometimes architectures we don’t tes ton (apparently like yours) some warnings pop up.

          You can edit your main/source/tools/build/user.settings file so it contains the block:

          “removes” : {
          “flags” : {
          “warn” : [“Werror”,],
          },
          },

          Then recompile and see if this goes away.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.