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