Thread Previous • Date Previous • Date Next • Thread Next |
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?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.
Regards, V.
Thread Previous • Date Previous • Date Next • Thread Next |