When I try to compile in cygwin there are problem like this:
fatal error: boost/format.hpp: No such file or directory #include <boost/format.hpp>
How I fix this problem, someone please help me...
You can get this error for 2 reasons:
You forgot to add #include <boost/format.hpp> in your file.
#include <boost/format.hpp>
You don't have boost installed. Installation guide here.