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]

Kawa and compiled classes



I'm a bit confused about compiling classes in Kawa. For example "support.scm" (attached) which is a part of tiny-clos. If I fire up kawa and enter...
(load "support")
no problems.
But if I go back to the shell and type...
kawa -C support.scm
go back into kawa and type
(load "support")
I get the error "class not found in load". No error message about what class it is complaining about.

Am I missing something obvious?

Attachment: support.scm
Description: application/icq-scm


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