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: Kawa build error


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/


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