[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 20:06:03 CET

Hi,

From: Philip Martin <philip@codematters.co.uk>
Subject: Re: Cannot configure
Date: Fri, 28 Jan 2005 17:56:40 +0000

> > CPPFLAGS: -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
> >
> > Hmm..., Only -D's are seen.
>
> The absence of -I fields explains why the INT64 stuff fails. I don't
> know why they are missing but I guess it's related to the absence of
> SVN_APR_INCLUDES in config.log. I don't know why it fails for you :-(
> Is there something odd or unusual about your system? Any odd
> filesystems, permissions, shell, or environment variables?

Thanks for your polite replies, but I have no clue...
My system is not so much different from those used by others, I believe.

> Edit configure again, search for SVN_APR_INCLUDES= and add something
> like:
>
> SVN_APR_INCLUDES="`$apr_config --includes`"
> echo "apr_config: $apr_config" # add these
> echo "SVN_APR_INCLUDES: $SVN_APR_INCLUDES" # lines
> if test $? -ne 0; then

  checking APR version... 0.9.6
  apr_config: ./apr/apr-config
  SVN_APR_INCLUDES: -I/home/nori1/svnwc/subversion-ruby/apr/include
  configure: Apache Portable Runtime Utility (APRUTIL) library configuration

Output values, $apr_config and $SVN_APR_INCLUDES, are proper.
apr-util works in this stage and it is consistent to other messages around.
But after a while, $SVN_APR_INCLUDES gets missed, -I field absent, apr.h
undetectable, and APR_INT64_T_FMT unrecognized...?
What happens during thousands of lines?

> That might help determine what's going on. It looks like aprutil
> isn't working either, but I guess that's caused by the same thing that
> is making apr fail.

-- 
|:  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 20:07:10 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.