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

RE: Neon 0.19.2 doesn't like Win32?

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2002-02-25 08:03:34 CET

Well, yes, that (ok, not _that_, but removing the %, as the % is already
in the other strings) fixed it. For me at least :). But then again, I
pretty much knew that something similar to that would fix it (I might
have mentioned it, but it didn't seem important). The question is, how
about for everyone else? I assume this is going to require a new
release of neon to fix the issue? :(

(As a side note, this makes me worry that the entire release might not
have even had the most simple of tests on Windows run on it; after all,
the very first step to a test would involve compilation.)

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

-----Original Message-----
From: Daniel Berlin [mailto:dan@dberlin.org]
Sent: Monday, February 25, 2002 12:55 AM
To: Jay Freeman (saurik)
Cc: dev@subversion.tigris.org
Subject: Re: Neon 0.19.2 doesn't like Win32?

On Mon, 25 Feb 2002, Jay Freeman (saurik) wrote:

> Has anyone else tried compiling more recent Subversion builds on
> Windows? I'm getting an error when the build goes to compile neon
> 0.19.2:

Um, this would imply it doesn't support string concatenation properly
(IE
printf ("%d" "%s" "%d", 5, "hi", 6) doesn't work), or, more likely,
NE_FMT_OFF_T isn't defined.

It should be in config.h.

Ahhh
There's the rub.
It's not in config.hw, only config.h (config.hw = win32 config.h)

Throw
#define NE_FMT_OFF_T "%ld"

in config.hw, see if that fixes it.

>
> ne_basic.c
> src\ne_basic.c(227) : error C2146: syntax error : missing ')' before
> identifier 'NE_FMT_OFF_T'
> src\ne_basic.c(229) : error C2059: syntax error : ')'
> src\ne_basic.c(262) : error C2146: syntax error : missing ')' before
> identifier 'NE_FMT_OFF_T'
> src\ne_basic.c(262) : error C2059: syntax error : ')'
> src\ne_basic.c(278) : error C2146: syntax error : missing ')' before
> identifier 'NE_FMT_OFF_T'
> src\ne_basic.c(279) : error C2059: syntax error : ')'
> src\ne_basic.c(283) : error C2146: syntax error : missing ')' before
> identifier 'NE_FMT_OFF_T'
> src\ne_basic.c(284) : error C2059: syntax error : ')'
>
> This macro doesn't seem to be #define'd anywhere.
>
> Sincerely,
> Jay Freeman (saurik)
> saurik@saurik.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:09 2006

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.