[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: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2005-01-29 01:46:00 CET

Hi,

From: Philip Martin <philip@codematters.co.uk>
Subject: Re: Cannot configure
Date: Sat, 29 Jan 2005 00:02:27 +0000

> >> 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

Hmm, I see...

  nori1[9:21]% gcc -E -H -I /home/nori1/svnwc/subversion-ruby/apr/include file.c 2>&1 > /dev/null|grep apr.h
  /home/nori1/svnwc/subversion-ruby/apr/include/apr.h
  # 1 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 1
  # 63 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h"
  # 112 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 2
  # 116 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 2
  # 120 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 2
  # 124 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 2
  # 135 "/home/nori1/svnwc/subversion-ruby/apr/include/apr.h" 2

> 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?

Yes, it does define.

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

Thanks,

-- 
|:  Noritada KOBAYASHI
|:  Dept. of General Systems Studies,
|:  Graduate School of Arts and Sciences, Univ. of Tokyo
|:  E-mail: nori1@dolphin.c.u-tokyo.ac.jp (preferable)
|:          nori@esa.c.u-tokyo.ac.jp
---------------------------------------------------------------------
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:47:04 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.