Opened 6 years ago
Closed 5 years ago
#12280 closed Bugs (fixed)
Library requirements errors.
Reported by: | René Rivera | Owned by: | James E. King, III |
---|---|---|---|
Milestone: | Boost 1.66.0 | Component: | uuid |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
BEGIN OUTPUT
libs/uuid: error: directory not found; Missing [project-root]/doc directory. The [project-root]/doc directory is required for all libraries. Sources to build with and built documentation for the library. If the library needs to build documentation from non-HTML files this location must be buildable with Boost Build.
EXIT STATUS: 1
END OUTPUT
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
There is a PR outstanding for this that needs a review: https://github.com/boostorg/uuid/pull/20
comment:3 by , 5 years ago
Owner: | changed from | to
---|
comment:4 by , 5 years ago
Milestone: | To Be Determined → Boost 1.66.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | Boost Development Trunk → Boost 1.61.0 |
Note:
See TracTickets
for help on using tickets.
I would recommend that we follow the pattern used in the boost/thread module, where boost/uuid/index.html would become a redirect to doc/index.html, and both index.html and uuid.html would move into boost/uuid/doc. Would this be sufficient to bring it in line with the style of the other modules?