Opened 8 years ago
Last modified 8 years ago
#11124 new Bugs
Headers are not rebuilt completely
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost Release Branch | Severity: | Problem |
Keywords: | Cc: |
Description
Once you clone repo and run build such as this: ./b2 -a
One would assume that all libraries are built and ALL header files are copied or linked into proper place but it is not the case. Only files which built .libs are depend upon installed into include (boost) directory. If library is not used in the build process it is left out. Just look for "Signals2" for example.
Note:
See TracTickets
for help on using tickets.
This is actually a simple fix: make stage depend on headers. We also need to update b2 install and make sure that everything works with the release tarballs as well as the repository.