Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2004-02-03 06:48:00


> Also adding to my last mail. I have all those header files in
> c:\dev-cpp\include\c++
>
> I can find all of them. I can compile other C++ programs without errors.
But
> it throws error when I try to build boost or regex library.

Whatever the issue is, it's an issue with your compiler setup - we don't do
anything that would cause system headers not to be found. (As an aside,
I've never managed to get the dev-cpp command line working either), for now
I would just create a static lib project in your IDE, add the regex source
files (libs/regex/src/*.cpp) and build the lib you are interested in from
there.

John.


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