Boost logo

Boost :

From: Alexey Bakhvalov (bakhvalov_at_[hidden])
Date: 2005-08-02 09:16:49


I am trying to build Boost RC1 and I have problem if I enable zlib and bzip2
support for IOStreams library. I am using Boost.Build system and I get the
following error during the build process:

unknown dependent target <@boost!libs!iostreams!build>libboost_bzip2.lib

The build is executed from Boost root directory using .bat-file of the
following contents:

set NO_BZIP2=0
set NO_ZLIB=0
set ZLIB_SOURCE=.\external\zlib123
set ZLIB_INCLUDE=.\external\zlib123
set BZIP2_SOURCE=.\external\bzip2-1.0.3
set BZIP2_INCLUDE=.\external\bzip2-1.0.3
set TOOLS=vc-7_1
bjam install

Am I doing something wrong or it's a problem of the build system?

Alexey Bakhvalov


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk