You are here

Problem building Rosetta_2014.22.56873 on Mac10.6.8

2 posts / 0 new
Last post
Problem building Rosetta_2014.22.56873 on Mac10.6.8
#1

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

Category: 
Post Situation: 
Tue, 2014-07-15 09:51
luca

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.

Tue, 2014-07-15 10:12
smlewis