I could be wrong (as I haven't checked the neko_val_gc signature), but
it could be that the value being passed as argument2 is a pointer of a
type other than Void*. I get this often, though Void* should
effectively be able to accept any pointer type.
If this is the case, set the makefile to ignore the warning.
Lee
Marcus Bergstrom wrote:
I am trying to compile the ndll for nMagick, but I am having some issues.
First of all, I am compiling on intel Mac (could be good to know).
I get these errors:
"nMagick.c:100 warning: pasing argument 2 of 'neko_val_gc' from
incompatible pointer type".
However I believe the problem is in the line before, it's using
alloc_abstract(), and it doesn't seem
to go down very well.
Any suggestions. I am not a C coder, so I am a bit...clueless.
M.
-----------------------------------------------------------
Marcus Bergstrom [marcus at quickform.net]
-----------------------------------------------------------
--
Neko : One VM to run them all
(http://nekovm.org)