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]

Upgrading kawa from 1.8 to latest SVN


Hello.

Recently our company started to experiment with kawa (we create biggish Java-based enterprise information systems) and so far we have very positive experience with it. Our code base is now much smaller and readable.

Initially we used kawa version 1.8, but now I tried to upgrade to latest SVN trunk. Now, with recent version, there are problems with building the project. We have fair amount of defmacro-s that generate code interfacing with Java API-s. With latest SVN version, this part does not work:

[java] /home/margus/dev/icis/kawa-iglu/src/java/ee/cyber/iglu/model/tirstates/tiractions.scm:113:9: warning - no declaration seen for <ee.cyber.iglu.common.ReflectionHelper>:createPath
[java] /home/margus/dev/icis/kawa-iglu/src/java/ee/cyber/iglu/model/tirstates/tiractions.scm:113:9: warning - no declaration seen for *:set-documentId
[java] /home/margus/dev/icis/kawa-iglu/src/java/ee/cyber/iglu/model/tirstates/tiractions.scm:114:35: warning - no declaration seen for *:get-id
[java] /home/margus/dev/icis/kawa-iglu/src/java/ee/cyber/iglu/model/tirstates/tiractions.scm:115:49: warning - no declaration seen for *:get-id
[...]


Normal function calls seem to compile fine and asterisk-colon notation works in the interpreter.

Any ideas about where to look for solution?

--
Margus


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