Boost logo

Boost Users :

From: question boost (question.boost_at_[hidden])
Date: 2007-10-25 08:24:27


Hi, 1 My program under Code Blocks makes use of Boost. The arrangement of my files is the following: in the directory of the source files of my program there is the directory "boost" containing the following directories: "filesystem", "config", "iterator","range","detail", "mpl", "preprocessor", "tools" and the file boost-build.jam.
 
 
 
 
2 The file that makes use of boost in my project contains the following lines:
 
#include <string>
using namespace std;
 
#include "boost\filesystem\path.hpp"
#include "boost\filesystem\operations.hpp" using namespace boost::filesystem;
 
 
 
 
3 At compilation I get the message :"boost/preprocessor/config/config.hpp" no such file or directory and several other similar messages about other files of the same directory and about other files of the "mpl" directory.
 
 
 
I've followed all the instructions here
 
 
http://www.boost.org/doc/html/jam/building.html
 
and here
 
http://www.boost.org/doc/html/bbv2/installation.html
 
 
 
At end of step 4 of http://www.boost.org/doc/html/bbv2/installation.html, the problem at compilation remains the same.
 
 
 
 
Thank you for your response.
 
 
 
David
_________________________________________________________________
Retrouvez Windows Live Messenger sur votre mobile !
http://www.messengersurvotremobile.com



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net