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]

building from current cvs


I updated via 'cvs -z9 -d update' and built kawa seemingly without any
problems. Changed directory to testsuite, ran 'make check' and the tests
seem to run without a hitch. Moved back up to kawa, did a 'make install' and
then tried to run kawa at the command line and got this:

[root@washington-dc kawa]# kawa
Exception in thread "main" java.lang.NoSuchFieldError: gnu.expr.Special:
field eof not found
        at gnu.kawa.util.Sequence.<clinit>(Sequence.java:4)
        at kawa.lib.ports.<clinit>(ports.scm)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at kawa.lang.AutoloadProcedure.load(AutoloadProcedure.java:79)
        at kawa.lang.AutoloadProcedure.getLoaded(AutoloadProcedure.java:112)
        at kawa.lang.AutoloadProcedure.apply1(AutoloadProcedure.java:128)
        at gnu.mapping.TtyInPort.lineStart(TtyInPort.java:57)
        at gnu.text.LineBufferedReader.read(LineBufferedReader.java:242)
        at gnu.mapping.TtyInPort.read(TtyInPort.java:79)
        at gnu.text.Lexer.read(Lexer.java:35)
        at gnu.kawa.lispexpr.LispReader.readObject(LispReader.java:189)
        at kawa.Shell.run(Shell.java:52)
        at kawa.Shell.run(Shell.java:35)
        at kawa.Shell.run(Shell.java:19)
        at kawa.repl.main(repl.java:357)


((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]