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]

defmacro: Null pointer exceptions with compiled files


> ... I have put macros in individual files and compiled them as a
> separate compilations. The macros do not work if I load the compiled
> files instead of the .scm files.

Try using require instead.  load will not use the separate compilation
unit that you want.  Write if you want a more detailed example.

Regards,
Chris Dean


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