You are here

RosettaSnugDock-2.3.1 build Error!

2 posts / 0 new
Last post
RosettaSnugDock-2.3.1 build Error!
#1

$make gcc
Illegal variable name.
make: *** [version_rosetta.cc]

$ scons mode=release
.....
KeyError: "Unknown version number 4.4 for compiler 'gcc'"
scons: done reading SConscript files.
scons: Building targets ...

How can I solve these problem? Could someone tell me! Thank you very much!

Post Situation: 
Mon, 2010-11-01 06:09
zqiang320

Look through the file tools/build/basic.settings

look for entires pertaining to lower-numbered versions of GCC

copy one of those entries (say, for 4.1) and change its number in the copy to 4.4

Mon, 2010-11-01 06:55
smlewis