Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › Rosetta 3.2.1 CentOS-5 x86_64 gcc: “scons cat=test mode=release” failure › Reply To: Rosetta 3.2.1 CentOS-5 x86_64 gcc: “scons cat=test mode=release” failure
I suspect you are the only person in the world to have ever tried to compile the 3.2.x release’s tests at all – this is not a centos problem.
The devel/ part of the code is reserved by the developers and does not get released; sometimes we fail to remove all references to it in the released code.
If you just remove the file devel.test.settings from the test/ folder, it will work fine (spitting a warning about missing code).
You will also need to delete the line including “devel/init.hh” in the files
./test/numeric/interpolation/spline/Bicubic_spline.cxxtest.hh
./test/numeric/interpolation/spline/Cubic_spline.cxxtest.hh