Opened 10 years ago
Closed 10 years ago
#7324 closed Bugs (fixed)
"Getting Started": LIst of libs requiring to be built is not correct
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Getting Started Guide |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In "Getting Started", the list of libraries required to be built does not match what "bootstrap.sh --show-libraries' gives.
On the webpage are: Boost.Filesystem Boost.GraphParallel Boost.IOStreams Boost.MPI Boost.ProgramOptions Boost.Python Boost.Regex Boost.Serialization Boost.Signals Boost.System Boost.Thread Boost.Wave
But bootstrap.sh gives all of the above plus:
Boost.Chrono Boost.Context Boost.Datetime Boost.Exception Boost.Graph Boost.Locale Boost.Math Boost.Random Boost.Test Boost.Timer
Some of the above are listed in the "optional" column, some are not listed at all, but that's what bootstrap says are required.
Change History (8)
comment:1 by , 10 years ago
Component: | Documentation → Getting Started Guide |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Owner: | changed from | to
---|
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 10 years ago
comment:5 by , 10 years ago
Boost.Timer should be added to the list of libraries that need building.
The docs say:
Setup
Boost.Timer is implemented as a separately compiled library, so you must install binaries in a location that can be found by your linker. If you followed the Boost Getting Started instructions, that's already done for you.
--Beman
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [83278]) Add context and chrono to list of libraries that need building. Refs #7324.
Based on:
http://lists.boost.org/Archives/boost/2012/05/193443.php http://lists.boost.org/boost-users/2012/09/76006.php