Kawa build error

Per Bothner per@bothner.com
Thu Oct 23 19:50:00 GMT 2008


Tony wrote:
> When attempting to build on Win XP SP3 with Java build 1.6.0_04-b12, I get the following error:
> lib-scm-classes:
>      [kawa] (compiling D:\Temp\kawa\kawa\lib\arrays.scm to kawa.lib.arrays)
>      [kawa] (compiling D:\Temp\kawa\kawa\lib\characters.scm to kawa.lib.characte
> rs)
>      [kawa] (compiling D:\Temp\kawa\kawa\lib\files.scm to kawa.lib.files)
>      [kawa] D:\Temp\kawa\kawa\lib\misc.scm:36:6: exception loading 'cons' - no s
> uch class: kawa.lib.lists
>      [kawa] D:\Temp\kawa\kawa\lib\misc.scm:37:5: exception loading 'cons' - no s
> uch class: kawa.lib.lists
> BUILD FAILED
> D:\Temp\kawa\build.xml:419: apply returned: -1
> Total time: 1 second

Try adding:
(require <kawa.lib.lists>)
to the top of misc.scm.

> I noticed that Yaroslav Kavenchuk appears to have reported this on 18 August 2008.  Is anyone aware of a fix for this?

Oops - I was travelling then, so I dropped the ball on this issue.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list