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: Now error in kawa\lib\rnrs\hashtables.scm


On 03/19/2009 05:21 AM, Volkan YAZICI wrote:
Hi, ...
This commit breaks my SLIME setup:
...
Related error is as below.

   (begin (load "/home/vy/elisp/slime/contrib/swank-kawa.zip") (start-swank "/tmp/slime.8337"))
   Listening for transport dt_socket at address: 37239
   #|kawa:1|# java.lang.NoSuchMethodError: kawa.lib.kawa.hashtable.hashtableCheckMutable(Lkawa/lib/kawa/HashTable;)V

I'm guessing you're getting an old class included in the kawa.jar - for some reason kawa.lib.kawa.hashtable is referring a class that no longer exists: kawa.lib.kawa.HashTable should have been replaced by kawa.lib.kawa.hashtable$HashTable.

I'd make sure to do 'ant clean' before trying again.
--
	--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]