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: defmacro: Null pointer exceptions with compiled files


On Sun, 2004-05-30 at 16:16, Chris Dean wrote:
> Found it.  Try module-static true:
> 
>     (module-name <incanddec>)
>     (module-static #t)
> 
>     (module-export inc dec)
>     ...

Thanks!

I was also able to get it to work by trying a CVS version compiled
2004-05-04 (I symlink to kawa.jar so I don't have to change my
classpath). I suspect the previous version without module-static won't
work for you Chris with the latest CVS.

Thanks,
Adam


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