[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-28 15:52:49 CET

Hi,

> >> I don't know why it's failing, my apr.h looks like yours. Is there
> >> any information in the config.log file? There should be a line
> >> something like
> >>
> >> configure:22700: checking for apr_int64_t Python/C API format string
> >>
> >> What are the next few lines?
> >
> > Log is as follows...
> >
> > configure:11830: checking for apr_int64_t Python/C API format string
> > configure:11838: apr.h: No such file or directory
> > configure:11853: apr.h: No such file or directory
> > configure:11867: apr.h: No such file or directory
>
> That's the problem. Where is APR installed? Does the file apr.h
> exist? It should be include/subversion-1/apr.h in where ever APR is
> installed.

Hmm..., I see, it is the problem.

Few apr.h's exists, but not in include/subversion-1/apr.h.
They are in the following paths:

* /usr/include/apr-0/apr.h (system)
* $HOME/include/apr-0/apr.h (installed with subversion previously)
* $HOME/svnwc/subversion-ruby/apr/include/apr.h (build dir)

All of them contains the same APR_INT64_T_FMT lines.

Actually, apr-config tells me those locations.

nori1[23:29]% /usr/bin/apr-config --includes saba:~/svnwc/subversion-ruby
 -I/usr/include/apr-0
nori1[23:31]% $HOME/bin/apr-config --includes saba:~/svnwc/subversion-ruby
 -I/home/nori1/include/apr-0
nori1[23:31]% $HOME/svnwc/subversion-ruby/apr/apr-config --includes
 -I/home/nori1/svnwc/subversion-ruby/apr/include

However, even when with a option like '--with-apr=/usr', './configure' fails
to detect apr.h.
How can I have them detected?

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 Fri Jan 28 15:53:59 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.