[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 20:59:41 CET

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

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

I don't know what happens. SVN_APR_INCLUDES doesn't occur very often
in the script and doesn't appear to ever get modified once it is set,
but I'm not an expert on shell programming so perhaps I missed
something.

You could try printing $SVN_APR_INCLUDES at the place you printed
$CPPFLAGS, just to confirm it is still set. You could also print
$ac_cpp to make sure it still uses $CPPFLAGS.

If SVN_APR_INCLUDES is getting reset then I suppose you have to print
it at various places through the script to find out where it is
getting changed.

I guess the other possibility is that it is some sort of bug in the
shell? Are you using bash as your /bin/sh?

-- 
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 21:00:50 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.