Boost logo

Boost Users :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2008-08-28 02:22:36


Beno Wiegl wrote:
> Thanks for your answer.
>
> I regret to ask you agin for help.
>
> The instalation started, the directory boost\lib\ was created. But
> boost\lib keeps empty!!!
>
> Before I run bjam with
> bjam.exe toolset=gcc install
> I execute the following commands:
> set INCLUDE=C:\Dev-Cpp\include
> set INCLUDE=C:\Dev-Cpp\include\c++
> set INCLUDE=C:\Dev-Cpp\include\c++\mingw32
> set INCLUDE=C:\Dev-Cpp\include\c++\backward

Just a guess, but the problem might be related to the fact that you are
overwriting the value of INCLUDE with each statement above. Try:

set INCLUDE=C:\Dev-Cpp\include;%INCLUDE%
set INCLUDE=C:\Dev-Cpp\include\c++;%INCLUDE%
set INCLUDE=C:\Dev-Cpp\include\c++\mingw32;%INCLUDE%
set INCLUDE=C:\Dev-Cpp\include\c++\backward;%INCLUDE%

HTH / Johan


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