tags:

views:

75

answers:

1

Hello, I added to c++ includes path to my folder with boost, but even example code from official site, dont work. Should I do smth else? I have got:

boost/lambda/lambda.hpp: No such file or directory. 

EDIT: In Code Blocks I set "settings->compiler and debugger->search directories->compiler" to path to `/boost/.

+2  A: 

Since you changed the question a bit, here's how to install Boost with Code::Blocks

Cogwheel - Matthew Orlando
+1 same link few seconds earlier. I'll delete my answer.
Gianluca