Re: [Yade-dev] compiling with boost 1.3.3

2008-12-07 Thread milauer eudo...@arcig.cz

 Vaclav, maybe you could make some #if BOOST_VERSION = 103400 in
 SConscript, on SQLiteRecorder? I don't know how to do that in python.
   
I don't know how to do that in python either, but given that till no
there wasn't any complaint in this respect, I would stay with 1.3.34,
since lenny is (maybe) just a few months away. If it is just this
particular machine, you can comment out SQLiteRecorder and set (IIRC)
svn:ignore property on the SConscript file so that this change is not
commited or overwritten by updates. V.



___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


[Yade-dev] compiling with boost 1.3.3

2008-12-06 Thread Janek Kozicki
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 |

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp