I have a program I want to compile under linux ubuntu.
But though I have already installed libboost-all-dev
, it still throws me some errors.
Errors are too many to post just here, I better include a pastebin instead: http://pastebin.com/vjeMbjGa
They are mostly connected with libboost-thread, as far as I've got it. But I don't know:
- Where to turn on the
BOOST_DISABLE_THREADS
constant and why is it turned off by default? - Is error
"Sorry, no boost threads are available for this platform."
dependant onBOOST_DISABLE_THREADS
? I do not believe that Ubuntu 14.04 do not support threading. - As far as I know,
TIME_UTC
was changed in some version of C. How to fix it up for Boost?
Any other explanations are appreciated too. Thank you all who help.