I was tripped up by this recently.

If you call objective C code from the c neKo extension, you will often use the form

[[myclass alloc] init]

This will not work, as neko.h defines a macro for alloc. I managed to just simply delete this macro and things where fine. Took me a while to track it down though.. I guess a conditional in the include file might work??

Pete

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to