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

Re: Compile issues

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-06-27 12:45:00 CEST

Nobody has asked the key question: what version of Apache are you trying to
build against?

You need the CVS version of Apache 2.0 (the httpd-2.0 repository). I believe
a 2.0.19 (alpha) will pop out of the ASF "soon" and that should be
sufficient. But nothing before that.

(well, maybe the 2.0.18 alpha tarball)

Cheers,
-g

On Tue, Jun 26, 2001 at 11:41:18PM -0700, Julian Fitzell wrote:
> Hmm... I'm building it on RedHat 7.0 (i386).
>
> Karl's suggestion didn't seem to help because apr seems to compile fine either way.
>
> I tried doing a the "make CFLAGS=-E > foo.e" and got very little output in the file (presumably because everything was up to date). So I did a make clean and then tried again and got a bunch of errors. Then I realized I actually needed to do "make CFLAGS="-E -I/software/subversion/expat-lite -I.." > foo.e"
>
> This resulted in a whole bunch of warnings saying "warning: pasting would not give a valid preprocessing token" in a bunch of neon files and then the error:
>
> mm_global.lo: file not recognized: File format not recognized
> collect2: ld returned 1 exit status
> make[4]: *** [libmm.la] Error 1
> make[3]: *** [build-mm] Error 2
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [external-all] Error 1
>
> Looking at foo.e, it does not contain any mention of typedefs or anything.
>
> If I do a "make" it doesn't work now, but if I do a "make clean" and then another "make" I get back to the original error about apr_dbm_open.
>
> Julian
>
>
>
> On 26/06/01 at 6:19 PM Mo DeJong wrote:
>
> >On Tue, 26 Jun 2001, Julian Fitzell wrote:
> >
> >> Hi,
> >>
> >> Came back to this list after an absence and in trying to compile the
> >code got the following errors.
> >>
> >> In file included from subversion/mod_dav_svn/activity.c:27:
> >> subversion/mod_dav_svn/dav_svn.h:287: parse error before `*'
> >
> >Either dav_error or ap_filter_t is not defined at that point.
> >What system are you building on? You could try a quick
> >"make CFLAGS=-E > foo.e" and then look in the processed
> >.e file to see if you can find a typedef for both dav_error
> >and ap_filter_t.
> >
> >> Is everyone else able to build at the moment?
> >
> >The current tree builds for me under RH 6.2 with neon 0.15.3.
> >
> >I hope that helps
> >Mo
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail: dev-help@subversion.tigris.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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:36:32 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.