Compilation Error: boost/atomic.hpp not found -
i have installed boost using following command
sudo apt-get install libboost-all-dev
when trying compile boost project gives me following compilation error
fatal error: boost/atomic.hpp: no such file or directory
i looked /usr/include/boost file not there also. can suggest solution
boost atomic available since version 1.53. if not corrupted installed version must older 1.53.
Comments
Post a Comment