[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-28 18:56:40 CET

Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:

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

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

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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 28 18:57:52 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.