This is the mail archive of the kawa@sourceware.org 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: "unbound location string->number"


On Sat, Sep 02, 2006 at 08:58:41PM -0700, Per Bothner wrote:
> You almost certainly want to compile with --module-static or
> --module-static-run.

Ah, OK.  I've added (module-static #t) to the top of the scheme class
and that solves the immediate compilation problems.  However that
brings me back to the problem I originally encountered:

  java -classpath .:/opt/kawa-snapshot/share/java/kawa.jar JavaTest
  Exception in thread "main" test-inline.scm:8:16: unbound location string->number        at gnu.mapping.Location.get(Location.java:67)
        at au.com.isay.test.SchemeTest.decode(test-inline.scm:8)
        at JavaTest.main(JavaTest.java:8)

Am I missing something else?

Cheers,
Steve


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