2009/3/24 Phil Hannent <p...@hannent.co.uk>:
> Thomas Keller wrote:
>>
>> Yes, netxx is dead, but this is not a problem, because we still have the
>> original (and patched) version in tree.
>>
>> IIRC Zack works on a netxx replacement using asio, but this will still
>> take some time, I guess.

(Just to confirm both of these things.  asio is now back near the top
of my list but I still can't promise any delivery date.)

> Ok, I see that now.
>
> I am getting an error in txt2c.cc:
> Error   2       error C2039: 'back_inserter' : is not a member of 'std'
> c:\buildbot\monotone-0.43.tar\monotone-0.43\txt2c.cc    19      txt2c
>
> Any hint to a solution to this?

Your compiler is probably pickier about the headers; try adding
#include <iterator> and/or #include <algorithm>
to the top of the file.

zw


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

Reply via email to