8 Dec
2009
8 Dec
'09
6:34 p.m.
----- 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