#2829 closed Bugs (worksforme)
Documentation: compression options in Build using Bjam
Reported by: | anonymous | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | iostreams |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In the Installation section, under "Building with Boost.Build", the documentation says "..you may need to set several Boost.Build variables..." when environment variables are meant. Setting Boost.Build variables does not seem to work.
Change History (4)
comment:1 by , 14 years ago
Component: | Documentation → iostreams |
---|---|
Owner: | changed from | to
comment:2 by , 14 years ago
comment:3 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
It looks like you're missing quotes. Try: bjam --with-iostreams -sBZIP2_SOURCE="C:/bzip2"
instead.
Note:
See TracTickets
for help on using tickets.
Setting a Boost.Build variable seems to work fine. I don't have bzip2 but the error message indicates that the option is being handled.
What exactly did you try?