Member Site Forums Rosetta 3 Rosetta 3 – General idealization error Reply To: idealization error

#4969
Anonymous

    Something is wrong with your compiled code. This usually means you have a dynamically linked executeable (did NOT use extras=static, which is fine!) and then you somehow recompiled only part of the code.

    The fastest fix is to delete your executeables and recompile:
    cd rosetta_source/build
    rm -rf src/
    cd ..
    rm .sconsign (maybe .sconsign.dblite, or something)
    recompile