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.


_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to