any help? getting this error when trying to create the makefile
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
make: *** [obj/alert.o] Error 1
you haven't installed the dependencies ...

Just install
yum install gcc-c++ make
install boost-devel
yum install db4-devel
yum install openssl-devel
You may use apt-get install on ubuntu/debian
edit looks to be boost in articular here your problem