Opened 14 years ago

Closed 12 years ago

Last modified 11 years ago

#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 anonymous, 14 years ago

Component: Documentationiostreams
Owner: changed from Matias Capeletto to Jonathan Turkanis

comment:2 by Steven Watanabe, 14 years ago

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.

C:\boost\trunk>bjam --with-iostreams -sBZIP2_SOURCE=C:/bzip2
error: Unable to find file or target named
error:     '/boost/iostreams//C:/bzip2/libbz2.def'
error: referred from project at
error:     'libs/iostreams/build'

What exactly did you try?

comment:3 by Steven Watanabe, 12 years ago

Resolution: worksforme
Status: newclosed

comment:4 by anonymous, 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.