# 5 libObjCryst -------------------------------------------------------------- scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o build/fast-x86_64/ObjCryst/ObjCryst/CIF.os -c -Wall -O3 -ffast-math -fPIC -DNDEBUG -Ibuild/fast-x86_64/cctbx/include -Ibuild/fast-x86_64 build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp In file included from build/fast-x86_64/cctbx/include/cctbx/hendrickson_lattman.h:6:0, from build/fast-x86_64/cctbx/include/cctbx/miller/sym_equiv.h:4, from build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:6: build/fast-x86_64/cctbx/include/scitbx/math/bessel.h: In function 'FloatType scitbx::math::bessel::inverse_i1_over_i0(const FloatType&)': build/fast-x86_64/cctbx/include/scitbx/math/bessel.h:96:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (x >= 0.0) return (((q1>0.0)? r1 : -r1) + ((q2>0.0)? r2 : -r2) - w); ^~ build/fast-x86_64/cctbx/include/scitbx/math/bessel.h:97:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return -(((q1>0.0)? r1 : -r1) + ((q2>0.0)? r2 : -r2) - w); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp: In constructor 'ObjCryst::CIF::CIF(std::istream&, bool, bool)': build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:772:14: error: 'format' is not a member of 'boost' s=(boost::format("CIF: Parsing CIF (reading dt=%5.3fs)")%t0read).str(); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:772:14: note: suggested alternative: 'forward' s=(boost::format("CIF: Parsing CIF (reading dt=%5.3fs)")%t0read).str(); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:776:14: error: 'format' is not a member of 'boost' s=(boost::format("CIF: Finished Parsing, Extracting...(parsing dt=%5.3fs)") % (t1parse-t0read)).str(); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:776:14: note: suggested alternative: 'forward' s=(boost::format("CIF: Finished Parsing, Extracting...(parsing dt=%5.3fs)") % (t1parse-t0read)).str(); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:783:14: error: 'format' is not a member of 'boost' s=(boost::format("CIF: Finished Import...(interpret dt=%5.3fs, total CIF import=%5.3fs)")%(t2interpret-t1parse)%t2interpret).str(); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:783:14: note: suggested alternative: 'forward' s=(boost::format("CIF: Finished Import...(interpret dt=%5.3fs, total CIF import=%5.3fs)")%(t2interpret-t1parse)%t2interpret).str(); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp: In function 'ObjCryst::Crystal* ObjCryst::CreateCrystalFromCIF(ObjCryst::CIF&, bool, bool, bool, bool)': build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1170:42: error: 'format' is not a member of 'boost' (*fpObjCrystInformUser)((boost::format("CIF: Create Crystal:%s(%s)(dt=%6.3fs)")%pCryst->GetName() % pCryst->GetSpaceGroup().GetName() % t1).str()); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1170:42: note: suggested alternative: 'forward' (*fpObjCrystInformUser)((boost::format("CIF: Create Crystal:%s(%s)(dt=%6.3fs)")%pCryst->GetName() % pCryst->GetSpaceGroup().GetName() % t1).str()); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1203:51: error: 'format' is not a member of 'boost' (*fpObjCrystInformUser)((boost::format("CIF: Add scattering power: %s (dt=%6.3fsCrystal creation=%6.3fs total)")% posat->mSymbol % (t21-t20) % t21).str()); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1203:51: note: suggested alternative: 'forward' (*fpObjCrystInformUser)((boost::format("CIF: Add scattering power: %s (dt=%6.3fsCrystal creation=%6.3fs total)")% posat->mSymbol % (t21-t20) % t21).str()); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1238:51: error: 'format' is not a member of 'boost' (*fpObjCrystInformUser)((boost::format("CIF: Add scattering power: %s (dt=%6.3fsCrystal creation=%6.3fs total)") % posat->mLabel % (t21-t20) % t21).str()); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1238:51: note: suggested alternative: 'forward' (*fpObjCrystInformUser)((boost::format("CIF: Add scattering power: %s (dt=%6.3fsCrystal creation=%6.3fs total)") % posat->mLabel % (t21-t20) % t21).str()); ^~~~~~ forward build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1245:45: error: 'format' is not a member of 'boost' (*fpObjCrystInformUser)((boost::format("CIF: new Atom: %s (%s) (dt=%6.3fs, Crystal creation=%6.3fs total)") % posat->mLabel % sp->GetName() % (t22-t20) % t22).str()); ^~~~~~ build/fast-x86_64/ObjCryst/ObjCryst/CIF.cpp:1245:45: note: suggested alternative: 'forward' (*fpObjCrystInformUser)((boost::format("CIF: new Atom: %s (%s) (dt=%6.3fs, Crystal creation=%6.3fs total)") % posat->mLabel % sp->GetName() % (t22-t20) % t22).str()); ^~~~~~ forward scons: *** [build/fast-x86_64/ObjCryst/ObjCryst/CIF.os] Error 1 scons: building terminated because of errors. ############################################################################## Build failure, installation cancelled. ############################################################################## Check if all required software is installed and try again.