|
From: khizmax <kh...@gm...> - 2010-12-03 21:09:34
|
> after accidentally doing a sudo make clean from the build folder I had half of my / removed .. like /boot.. Hi, Tamas Oops... Direct 'make clean' calling is dangerous. Instead, build.sh should be called. I'll fix Makefile to prevent this fatal result in the next release. Sorry. > Before that the build failed not finding boost_thread-static on ubuntu. I had libboost-dev installed, apparently in shared library > format. Does that make a difference? 'boost_thread-static' is my name of thread lib. You may patch Makefile: find 'boost_thread-static' and replace it with your name ( 'boost_thread' usually) |