[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems compiling svn

From: <cmpilato_at_collab.net>
Date: 2002-06-24 08:50:24 CEST

Chris Fallin <chris@cfallin.org> writes:

> On Sunday 23 June 2002 11:15 pm, Scott Lamb wrote:
> > Chris Fallin wrote:
> > > I'm getting even stranger errors now, after updating my httpd-2.0 WC once
> > > again:
> >
> > Did you do a "./buildconf" for Apache and a "./autogen.sh" for
> > Subversion? I think you can get really weird error messages if you
> > update your working copy but not don't keep up with build system changes.
>
> I just checked out a fresh copy, did buildconf, "configure --enable-so
> --enable-dav", and make, and it failed with the same ap_regkey_* missing
> symbols. I'm starting to think that the problem is with Apache and not my
> setup.

Bill Rowe *just* added the ap_regkey_* stuff to httpd-2.0, and I think
what is happening is that the Apache build system (which, as best as I
can tell, auto-generates the exports.c file by grepping through .h
files in a list of special directories) is over-aggressively
generating references to those new functions -- functions which I
imagine only exist for Win32 builds. :-(

I'm guessing that if you backdate your httpd-2.0 source tree to just
before "2002/06/23 21:50:41", you'll be alright (though I admit I
haven't tried it myself just yet).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 24 08:52:13 2002

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.