monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [ANN] monotone 0.43 released


From: Zack Weinberg
Subject: Re: [Monotone-devel] [ANN] monotone 0.43 released
Date: Tue, 24 Mar 2009 08:48:21 -0700

2009/3/24 Phil Hannent <address@hidden>:
> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]