Re: Cannot configure
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-29 01:02:27 CET
Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:
>> and you can run the failing command by hand, something like:
It must be picking up apr.h via that -I path, since adding the -I made
$ gcc -E -H -I /home/nori1/svnwc/subversion-ruby/apr/include file.c 2>&1 > /dev/null | grep apr.h
which should print:
/home/nori1/svnwc/subversion-ruby/apr/include/apr.h
Does that header file define APR_INT64_T_FMT? What does:
$ gcc -E -I /home/nori1/svnwc/subversion-ruby/apr/include file.c | tail -1
show?
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Jan 29 01:03:33 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.