[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: Julian Fitzell <julian-ml_at_beta4.com>
Date: 2001-06-27 08:41:18 CEST

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