Bug #282
wt version 3.1.0 don't compile because lack of boost/unordered library in boost 1.35
| Status: | Closed | Start: | 02/01/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Koen Deforche | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
I got following error:
wt-3.1.0/src/Wt/WTreeView:12:35: error: boost/unordered_map.hpp: No such file or directory
when compiling wt 3.1.0
It looks like wt 3.1.0 needs unordered boost library, which was included in boost from 1.36 ver,
despite of the following statement on wt website:
1 Wt requirements (...)
C++ boost library (version 1.35 or higher)...
(http://www.webtoolkit.eu/wt/doc/reference/html/InstallationUnix.html)
History
Updated by Koen Deforche almost 2 years ago
Hey,
You are right. I wasn't cautious enough when using unordered_map...
We will update the minimum requirements to boost 1.36.
Regards,
koen
Updated by Koen Deforche almost 2 years ago
- Status changed from New to Closed
- Assigned to set to Koen Deforche
We version bumped to minimum boost 1.36 requirements