This is the mail archive of the kawa@sources.redhat.com 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: Problem with srfi-37 (args-fold)


Tan Woon Kiong wrote:
    I'm using the latest kawa from CVS, checked out on Tue Feb  8
12:14:55 SGT 2005. I can't load module srfi-37. This is what I get from
kawa. Changing "(require 'srfi-37)" to "(require 'args-fold)" triggers
the same error.

The problem was that srfi37.scm (which uses define-record-type) was compiled before DefineRecordType.scm (which defines define-record-type), so the Kawa compiler treated the define-record-type macro as a function call.

I checked in the trivial fix to the Makefile and build.xml to
compile things in the correct order.  Please try again.
(I haven't tested if args-fold actually works; only that the
require works.)
--
	--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]