Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2007-02-25 23:40:19


Bugs item #1668728, was opened at 2007-02-26 04:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1668728&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: bjam
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: locksmith (locksmith)
Assigned to: Rene Rivera (grafik)
Summary: bjam bug in windows?

Initial Comment:
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?
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1668728&group_id=7586
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs

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