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