This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compilation warnings


04/23/2001 23:27, Per Bothner per@bothner.com:

> Well, I finally got around to tracking these down.  It turned out to
> be that "known" procedures (specifically 'as') are now ReferenceExp
> rather than QuoteExp.  Hence this patch, which I just checked in:

This seemed to have fixed these entirely. The other problems that were
cropping up on the x86 Linux box would occur during make check, make clean,
etc. I tracked down where the problem is, but don't know enough about
automake, etc. to provide a patch. The information following should help.

whenever the following file is used:

~/kawa/bin/Makefile

the following error appeared:

Makefile:315: *** missing separator.  Stop.

I guessed that I should put a colon after line 315
$(READLINE_INCLUDE_PATH)

and everything works right again.


((lambda (args) (display args)) "
    Robert D. Skeels
     athene@earthlink.net")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]