Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › test/run.py errors › Reply To: test/run.py errors
April 30, 2011 at 7:44 pm
#5515
Anonymous
You should run both the “scons -j8 mode=release bin” and the “scons -j8 cat=test mode=release” in the root directory of the Rosetta installation (the one with the src/ and test/ subdirectories).
Unfortunately, the “cat=test” builds aren’t smart enough to know about rebuilding the Rosetta library, so you always have to run the equivalent without-“cat=test” scons command *before* you run the with-“cat=test” build command.