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]
Other format: [Raw text]

Re: testsuite failure under cvs current


Robert D. Skeels wrote:

KAWALIB=../kawa-1.7.90.jar ../bin/kawa.sh -e "(require 'pprint-file)" \
  -e '(define out (open-output-file "tmpP"))' \
  -e '(pprint-file "../gnu/kawa/slib/ppfile.scm" out)' \
  -e '(close-output-port out)'
java.lang.NoSuchMethodError: kawa.lib.misc.isBoolean(Ljava/lang/Object;)Z
        at gnu.kawa.slib.genwrite$frame.lambda5wr(genwrite.scm:49)
Hm.  It works for me, using:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03)
Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
on Fedora Core 2 (GNU/Linux).
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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