Re: Cannot configure
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-01-28 22:33:40 CET
Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:
> checking for apr_int64_t Python/C API format string... CPPFLAGS: -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -I/home/nori1/svnwc/subversion-ruby/apr/include
Print $CPP, it should be something like "gcc -E".
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
Does config.log still report "apr.h: No such file or directory"?
Create a file.c containing the two lines
#include <apr.h>
and you can run the failing command by hand, something like:
$ gcc -E -I /home/nori1/svnwc/subversion-ruby/apr/include file.c | grep 'MaTcHtHiS "lld" EnDeNd'
It's expected to result in one line of output:
MaTcHtHiS "lld" EnDeNd
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jan 28 22:34:51 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.