Opened 11 years ago

Closed 11 years ago

#5551 closed Bugs (fixed)

bcp fails to extract a buildable version of filesystem library

Reported by: David Willis <dawillis@…> Owned by: John Maddock
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.46.1 Severity: Problem
Keywords: bcp Cc:

Description

bcp fails to add the path libs/filesystem/build when boost/filesystem.hpp or boost/filesystem is speciified, such as by using the following:

bcp boost/filesystem <dest_dir>

bcp boost/filesystem.hpp <dest_dir>

bcp will extract libs/filesystem/build if the following invocation is made:

bcp filesystem <dest_dir>

Adding an entry in specials (see add_path.cpp) instructing bcp to treat libs/filesystem/build as a dependency when boost/filesystem/config.hpp resolves the issue. See attached modified add_path.hpp for details (based off of revision 72041).

However, I am not sure that this is the ideal resolution.

Attachments (1)

add_path.cpp (19.8 KB ) - added by David Willis <dawillis@…> 11 years ago.
tools/bcp/add_path.cpp

Download all attachments as: .zip

Change History (3)

by David Willis <dawillis@…>, 11 years ago

Attachment: add_path.cpp added

tools/bcp/add_path.cpp

comment:1 by Michel MORIN <mimomorin@…>, 11 years ago

Owner: set to John Maddock

comment:2 by John Maddock, 11 years ago

Resolution: fixed
Status: newclosed

(In [73985]) Merge bcp fixes from Trunk. Fixes #5551.

Note: See TracTickets for help on using tickets.