$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-12-06 19:35:29
"Katti Faceli" <katti_at_[hidden]> wrote in message:
> I am trying to build boost 1.32.0 with dev-cpp.
>
> I am employing the command line:
> bjam "-sTOOLS=mingw" "--with-python-root=C:\Python24"
> "-sMINGW_ROOT_DIRECTORY=C:\Program Files\Dev-Cpp"
I don't know the Dev-Cpp directory structure, but I would assume you need
something like
-sMINGW_ROOT_DIRECTORY=C:\Program Files\Dev-Cpp\mingw
Jonathan