$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem using Boost regex
From: John Emmas (johne53_at_[hidden])
Date: 2009-12-08 13:34:06
----- Original Message -----
From: "John Maddock"
>
> rebuild the libraries yourself: follow the getting started guide at
> http://www.boost.org/doc/libs/1_41_0/more/getting_started/index.html but
> basically you want to invoke:
>
> bjam --with-regex --build-type=complete stage
>
> which will put all the regex binaries in stage/lib.
>
Thanks. I tried that but bjam can't find "windows.h". What do I need to
configure / edit to add the appropriate include path?
John