On Mar 3, 2010, at 12:14 AM, Joshua A. Andler wrote:
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.
Yes... of course 10.04 isn't even released yet. It's very possible that there is some existing package for 9.04 that would do it for me, but I don't know which. *If* the dependency is properly listed in autotools, then it would at the least tell me what to install to get unblocked.
If help is needed on that front, just let me know. As I mentioned before, I did spot some auto stuff other projects did to deal with this type/issue.