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

Re: Cannot configure

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-29 02:02:12 CET

Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:

> nori1[9:21]% gcc -E -I /home/nori1/svnwc/subversion-ruby/apr/include file.c | tail -1
> MaTcHtHiS "lld" EnDeNd

Is that two spaces between "lld" and EnDeNd? If so that's the cause
of the problem. Which version of gcc are you using?

I think the INT64 stuff is not gcc-2.95 compatible:

$ cat z.c
#define foo "xxx"
X foo X
$ gcc-2.95 -E z.c | tail -1
X "xxx" X
$ gcc-3.4 -E z.c | tail -1
X "xxx" X

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 29 02:03:30 2005

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.