I've been trying to get boost libraries to work with code::blocks(mingw), but I can't seem to get it right. I have followed the instructions on official website:
http://www.boost.org...a-boost-library
I built the libs and everything and added the include and lib to my compiler search directory... but what do i do next? when I write #include <boost... nothing comes up. I copied the test code, and it failed saying :fatal error: boost/lambda/lambda.hpp: No such file or directory. Iv'e been searching around and I couldn't find any good tutorial for setting up Boost, even though it seems like a very useful and popular library...
any help?
http://www.boost.org...a-boost-library
I built the libs and everything and added the include and lib to my compiler search directory... but what do i do next? when I write #include <boost... nothing comes up. I copied the test code, and it failed saying :fatal error: boost/lambda/lambda.hpp: No such file or directory. Iv'e been searching around and I couldn't find any good tutorial for setting up Boost, even though it seems like a very useful and popular library...
any help?