Member Site Forums Rosetta 3 Rosetta 3 – Build/Install Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation Reply To: Build Error, ubuntu 10.10, scons 2.0, python 2.6.6 and gcc 4.4.5, truncation

#4960
Anonymous

    yup, I installed g++ and zlib1g-dev
    Then I noticed “sh: svnversion: not found sh: svn: not found” this message in the scons log=environment, so I installed svnversion also
    and rebuilt it. In the building process I noticed some warnings such as “warning: Ignoring corrupt sconsign entry”
    however it halted without errors
    -L/usr/lib -lprotocols -lcore -lnumeric -lutility -lObjexxFCL -lz
    Install file: “build/src/release/linux/2.6/32/x86/gcc/score.linuxgccrelease” as “bin/score.linuxgccrelease”
    g++ -o build/src/release/linux/2.6/32/x86/gcc/apps/public/score_jd2.o -c -std=c++98 -pipe -ffor-scope -W -Wall -pedantic -Wno-long-long -malign-double -march=pentium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/linux/32/gcc -Isrc/platform/linux/32 -Isrc/platform/linux -Iexternal/boost_1_38_0 -I/usr/local/include -I/usr/include src/apps/public/score_jd2.cc
    g++ -o build/src/release/linux/2.6/32/x86/gcc/score_jd2.linuxgccrelease -Wl,-rpath=/home/meghrig/lib/rosetta3.1_Bundles/rosetta_source/build/src/release/linux/2.6/32/x86/gcc/ build/src/release/linux/2.6/32/x86/gcc/apps/public/score_jd2.o -Llib -Lexternal/lib -Lbuild/src/release/linux/2.6/32/x86/gcc -Lsrc -L/usr/local/lib -L/usr/lib -lprotocols -lcore -lnumeric -lutility -lObjexxFCL -lz
    Install file: “build/src/release/linux/2.6/32/x86/gcc/score_jd2.linuxgccrelease” as “bin/score_jd2.linuxgccrelease”
    scons: done building targets.
    Is it correct?
    How can run the AbinitioRelax?
    Thank you