Opened 16 years ago

Closed 15 years ago

#844 closed Bugs (Fixed)

bjam bug in windows?

Reported by: locksmith Owned by: René Rivera
Milestone: Component: bjam
Version: None Severity:
Keywords: Cc:

Description

Compiling zlib and bzip2 libraries for use by iostream using the latest bjam build gives the following error:

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

After replacing the following in bzip2.jam
30c30
<     if !$(NO_BZIP2)
---
>     if ! $(NO_BZIP2)

and zlib.jam
30c30
<     if !$(NO_ZLIB) 
---
>     if ! $(NO_ZLIB)

it manages to compile after that. Is it a bug in bjam?

Change History (1)

comment:1 by René Rivera, 15 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.