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


"Robert D. Skeels" <athene@earthlink.net> writes:

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

Oops.  This patch (which I've checked in) should help.

Index: Makefile.am
===================================================================
RCS file: /cvs/kawa/kawa/bin/Makefile.am,v
retrieving revision 1.2
diff -u -r1.2 Makefile.am
--- Makefile.am	2001/04/11 06:43:49	1.2
+++ Makefile.am	2001/04/24 21:30:47
@@ -10,8 +10,8 @@
 #kawa_EXTRA_LIBS = -lcurses -lsocket # For Solaris2
 ENABLE_GCJ_COMPILED_DEFS = -DGCJ_COMPILED
 DISABLE_GCJ_COMPILED_DEFS = -DKAWALIB='"$(datadir)/java"'
-DEFS = $(@GCJ_COMPILED_SELECTED@_DEFS) -Dxxx
-$(READLINE_INCLUDE_PATH)
+DEFS = $(@GCJ_COMPILED_SELECTED@_DEFS)
+INCLUDES = $(READLINE_INCLUDE_PATH)
 kawa_LDADD = $(READLINE_LIB_PATH) -lreadline -lhistory $(kawa_EXTRA_LIBS)
 
 kawa.sh:

-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


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