$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Linck (mgl_at_[hidden])
Date: 2007-10-25 14:03:22
This isn't really a boost question. Make sure that your compiler gets
some flag that adds the boost directory to its include path. This would
looks something like -I/path/to/boost
mike
>
> #include "boost\filesystem\path.hpp"
>
> #include "boost\filesystem\operations.hpp"
>
> using namespace boost::filesystem;
>
>
> 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.