Marcus Bergstrom a écrit :
Hi guys,
I am installing on a new machine again, and now I am getting this error:
vm/threads.c:197: error: conflicting types for ‘neko_thread_register’
vm/neko_vm.h:37: error: previous declaration of ‘neko_thread_register’
was here
using boehm gc 7.1 using -I /usr/local/gc/include in CFLAGS
What's happening here, I am a bit clueless.
It's declared in both cases as :
EXTERN bool neko_thread_register( bool t );
So I wonder exactly how/why GCC thinks they are different...
Maybe "bool" type is not defined the same, but that seems strange to me.
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)