[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 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:
>>
>> $ 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
>
> But this manual operation also fails; no line in output.

It must be picking up apr.h via that -I path, since adding the -I made
the "not found" error go away. You can confirm that by running

$ 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.org
Received 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.