Opened 11 years ago
Closed 11 years ago
#5551 closed Bugs (fixed)
bcp fails to extract a buildable version of filesystem library
| Reported by: | 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)
Change History (3)
by , 11 years ago
| Attachment: | add_path.cpp added |
|---|
comment:1 by , 11 years ago
| Owner: | set to |
|---|
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

tools/bcp/add_path.cpp