Stephen Leake <stephen_le...@stephe-leake.org> writes:

> Now it's dying on:
>
> ../monotone.source-tree-cleanup/src/sanity.cc:18:37: 
> boost/circular_buffer.hpp: No such file or directory
>
> Apparently circular_buffer is not in Boost 1.34.1. Cygwin is at Boost
> 1.43. INSTALL says we support Boost 1.33.
>
> Hmm. Annotate says this include line has been there since 2007, and it's
> in main, where it compiles fine. But it's definitely not in my MinGW
> installation of Boost 1.34 so I'm confused.

There's a monotone/boost directory that contains circular_buffer.
Changing '<boost/boost/circular_buffer.hpp>' to
'"boost/circular_buffer.hpp"' makes it work.

I'm not clear why this works in main, but it's not important.


-- 
-- Stephe

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to