Reply To: problem compiling rosetta3.1 in windows vista 32 bit using cygwin 1.7.5-1

Member Site Forums Rosetta 3 Rosetta 3 – General problem compiling rosetta3.1 in windows vista 32 bit using cygwin 1.7.5-1 Reply To: problem compiling rosetta3.1 in windows vista 32 bit using cygwin 1.7.5-1

#4503
Anonymous

    Hello,
    I fixed the fatal error – unable to remap by doing these steps:
    1) close cygwin
    2) Open Windows command prompt (start search -> type ‘cmd’)
    3) Go to cygwin bin directory by typing cd c:cygwinbin.
    4) Type ash
    5) Type ‘/usr/bin/rebaseall’
    6) Then I restarted the computer.

    I tried to compile rosetta again. It seems working (compilation took almost an hour) until it reached another error. Below is some of the output (cut some parts of it). Could you please tell me what’s wrong and what do I have to do to fix it? Many thanks.

    Marsia


    marsia@lembayung-vaio ~/rosetta_source
    $ /home/marsia/rosetta_source/external/scons-local/scons.py bin mode=release
    scons: Reading SConscript files …
    /home/marsia/rosetta_source/external/scons-local/scons-local-0.98.5/SCons/Platfo rm/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the su bprocess module.
    import popen2
    /home/marsia/rosetta_source/external/scons-local/scons-local-0.98.5/SCons/Tool/m svs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
    import md5
    svn: ‘.’ is not a working copy
    scons: done reading SConscript files.
    scons: Building targets …
    g++ -o build/src/release/cygwin/1.7/32/x86/gcc/protocols/filters/ScoreCutoffFilt er.os -c -pipe -ffor-scope -W -Wall -pedantic -Wno-long-long -malign-double -mar ch=pentium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=200 00 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/cygw in/32/gcc -Isrc/platform/cygwin/32 -Isrc/platform/cygwin -Iexternal/boost_1_38_0 -I/usr/local/include -I/usr/include src/protocols/filters/ScoreCutoffFilter.cc
    g++ -o build/src/release/cygwin/1.7/32/x86/gcc/protocols/filters/SheetFilter.os -c -pipe -ffor-scope -W -Wall -pedantic -Wno-long-long -malign-double -march=pen tium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/cygwin/32/ gcc -Isrc/platform/cygwin/32 -Isrc/platform/cygwin -Iexternal/boost_1_38_0 -I/us r/local/include -I/usr/include src/protocols/filters/SheetFilter.cc
    g++ -o build/src/release/cygwin/1.7/32/x86/gcc/protocols/filters/AtomicContactFi lter.os -c -pipe -ffor-scope -W -Wall -pedantic -Wno-long-long -malign-double -m arch=pentium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=2 0000 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/cy gwin/32/gcc -Isrc/platform/cygwin/32 -Isrc/platform/cygwin -Iexternal/boost_1_38 _0 -I/usr/local/include -I/usr/include src/protocols/filters/AtomicContactFilter .cc
    build/src/release/cygwin/1.7/32/x86/gcc/utility/file/gzip_util.os:gzip_util.cc:( .text$_ZN7utility2io8ozstream5flushEv[utility::io::ozstream::flush()]+0x82): und efined reference to `_deflate’
    build/src/release/cygwin/1.7/32/x86/gcc/utility/file/gzip_util.os:gzip_util.cc:( .text$_ZN7utility2io8ozstream5closeEv[utility::io::ozstream::close()]+0x5c): und efined reference to `_crc32′
    build/src/release/cygwin/1.7/32/x86/gcc/utility/file/gzip_util.os:gzip_util.cc:( .text$_ZN7utility2io8ozstream5closeEv[utility::io::ozstream::close()]+0x82): und efined reference to `_deflate’
    collect2: ld returned 1 exit status
    scons: *** [build/src/release/cygwin/1.7/32/x86/gcc/utility.dll] Error 1
    scons: building terminated because of errors.