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

Re: cannot build httpd-2.0

From: <cmpilato_at_collab.net>
Date: 2002-02-12 19:31:16 CET

Greg Stein <gstein@lyra.org> writes:

> On Tue, Feb 12, 2002 at 12:12:16PM -0600, Karl Fogel wrote:
> >...
> > $ make distclean
> > $ ./buildconf
>
> If you're going to be running buildconf, then "make extraclean" rather than
> distclean.
>
> > $ ./configure --enable-dav --enable-so --prefix=/usr/local/apache2
> > $ make
> >
> > At the very end of this mail is the entire output of `make'. But
> > before that, here are the two bits that seem problematic. The first I
> > believe is a non-fatal error we've seen before (anyone know how to fix
> > this, though? It keeps cropping up):
> >
> > gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 \
> > -D_BSD_SOURCE -D_SVID_SOURCE -I./include -I../include \
> > exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
> > exports.c:31:23: apr_shmem.h: No such file or directory
>
> Remove exports.c. It will be regenerated. If it still has a problem, then
> you may have a file (somehow) that still refers to the bogus header. And I
> wouldn't know what that is, nor (obviously) how to rectify that.

Actually, if all goes well, running "make extraclean" (as recommended
above) should remove the exports.c for you (based on my examination of
APR's top-level Makefile, not on actual experience).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:07 2006

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.