I\'m trying to set up my Code::Blocks work environment on a new computer and I\'m having some problems. It\'s been a long time since I first did this, and now when I open my
Ensure that you have installed boost-devel package
In Centos execute as root:
yum install boost-devel
then
root@centos6 /]# find / -name boost /usr/include/boost /usr/lib64/boost [root@centos6 /]#
In Ubuntu use
sudo apt-get install libboost-dev