Bug #282
wt version 3.1.0 don't compile because lack of boost/unordered library in boost 1.35
Start date:
02/01/2010
Due date:
% Done:
0%
Estimated time:
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)
Updated by Koen Deforche over 13 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 over 13 years ago
- Status changed from New to Closed
- Assignee set to Koen Deforche
We version bumped to minimum boost 1.36 requirements