[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: 1.9.0-rc3 up for testing/signing

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 7 Jul 2015 22:03:32 +0200

> -----Original Message-----
> From: Branko Čibej [mailto:brane_at_wandisco.com]
> Sent: dinsdag 7 juli 2015 17:30
> To: Subversion Development
> Subject: Re: 1.9.0-rc3 up for testing/signing
>
> On 07.07.2015 14:11, Branko Čibej wrote:
> > Issues:
> >
> > * gen-make.py doesn't recognize the Ruby install
>
>
> It turns out that we don't properly support Ruby 2.2, at least not on
> Windows. The obvious fix (using 'RbConfig' instead of 'Config' in
> gen-win-dependencies.py) allows me to generate the project files, but
> when building the bindings, I get a number of errors like this from stdio.h:
>
> #error: Macro definition of snprintf conflicts with Standard Library
> function declaration
>
> I expect this is related to Visual Studio 2015?

snprintf wasn't implemented before VS 2015, so that is the most likely cause. (There was a quite similar function available, but the return value didn't confirm to the spec)

        Bert
>
> -- Brane
Received on 2015-07-07 22:04:55 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.