← Back to team overview

yade-dev team mailing list archive

compiling with boost 1.3.3

 

I just discovered that it is possible to compile yade on etch with
boost 1.3.3, there must be just one thing changed:


pkg/dem/SConscript:

#       env.SharedLibrary('SQLiteRecorder',
#               ['Engine/StandAloneEngine/SQLiteRecorder.cpp'],
#               LIBS=env['LIBS']+['sqlite3x']),


That is, we cannot compile SQLiteRecorder, because algorithm/join is
not present in boost 1.3.3 (and cannot be imported as easily as
foreach).

Vaclav, maybe you could make some #if BOOST_VERSION >= 103400 in
SConscript, on SQLiteRecorder? I don't know how to do that in python.


-- 
Janek Kozicki                                                         |



Follow ups