← Back to team overview

yade-dev team mailing list archive

Re: [deprecated list] impossible to compile without python / sqlite3

 


But there's another problem: only "-mt" version of boost is here. So
it cannot compile because gui/SConscript file tries to link with
libboost_python, which doesn't exist. I had to replace it by hand
with libboost_python-mt and then it is compiling.
That is problem in that SConscript file. The main scons file checks for both -mt and non-mt version and adds that to libs. Having boost_python in gui/SConscript is superfluous and can be deleted from there. Can you verify that it works and commit that?

Regards, V.




References