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: Phil Hannent
Subject: Re: [Monotone-devel] [ANN] monotone 0.43 released
Date: Thu, 26 Mar 2009 11:53:10 +0000
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Zack Weinberg wrote:
> Your compiler is probably pickier about the headers; try adding
> #include <iterator> and/or #include <algorithm>
> to the top of the file.
First off, thanks for your help.  It is appreciated.

I have just been trying to progress this a little more, I am getting the
following error:

Error   749     error C2057: expected constant expression
c:\buildbot\monotone-0.43.tar\monotone-0.43\mkstemp.cc  141     tester

Where it defines:

char buf[len+1];

If I convert this to:

char* buf = new char[len+1];

It works, however the next message I get is:

Error   147     error C3416: 'dump' : an explicit specialization may not be
explicitly instantiated c:\buildbot\monotone-0.43.tar\monotone-0.43\vocab.cc
190     tester

on this line:

template void dump(rsa_pub_key const&, string &);

Any help would be appreciated.

Phil



Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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