Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Adding Boost 1.53.0 to Code::Blocks

$
0
0
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?

Viewing all articles
Browse latest Browse all 51036

Trending Articles