
On Tue, 2010-03-02 at 23:49 -0800, Jon Cruz wrote:
On Mar 2, 2010, at 2:54 PM, Krzysztof KosiĆski wrote:
I fixed this by using Boost unordered containers. Now it should work on all platforms without any fixes. (I have no idea why it didn't work the first time I tried it.)
Uh oh. Something seems broken on Ubuntu 9.10:
In file included from desktop.cpp:96: ui/tool/control-point-selection.h:17:35: error: boost/unordered_set.hpp: No such file or directory ui/tool/control-point-selection.h:18:35: error: boost/unordered_map.hpp: No such file or directory
Works on 10.04... however, I build a TON of stuff on my system (and obviously have a newer build environment). Either way, I would expect autotools to detect if this was not available and to complain appropriately.
Cheers, Josh