Closed Rafoula closed 7 years ago
I have Ubuntu 12.04 and I follow these commands to download and install boost 1.60 :
$ wget -q http://sourceforge.net/projects/boost/files/boost/1.60.0 >/boost_1_60_0.tar.gz $ tar xf boost_1_60_0.tar.gz $ mv boost_1_60_0/boost src/
after that I want to try to built a code and I have this error:
fatal error: boost/utility/enable_if.hpp: No such file or directory #include <boost/utility/enable_if.hpp> ^
compilation terminated. scons: *** [build/set_hash.o] Error 1 scons: building terminated because of errors.
Do you know why I have this error? thank you
solution: https://sourceforge.net/projects/boost/files/boost/1.60.0/ and http://www.boost.org/doc/libs/1_60_0/more/getting_started/unix-variants.html#easy-build-and-install
I have Ubuntu 12.04 and I follow these commands to download and install boost 1.60 :
$ wget -q http://sourceforge.net/projects/boost/files/boost/1.60.0 >/boost_1_60_0.tar.gz $ tar xf boost_1_60_0.tar.gz $ mv boost_1_60_0/boost src/
after that I want to try to built a code and I have this error:
compilation terminated. scons: *** [build/set_hash.o] Error 1 scons: building terminated because of errors.
Do you know why I have this error? thank you