Member Site › Forums › Rosetta 3 › Rosetta 3 – General › idealization error › Reply To: idealization error
February 7, 2011 at 5:19 pm
#4969
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