The odd thing is that I have more or less the same setup on my
personal laptop, same system, same apache same everything. Although I
removed the Makefile and stuff for when I installed everything on
mine, so I cannot see any difference. Actually, I don't have neko 1.8
on mine, there must have been something introduced in this version?
Thanks for your help.
Marcus Bergstrom
Lead Developer
Quickform S.L.
+34 619 82 55 66
Visit us online at: www.quickform.net
On Jan 15, 2009, at 3:04 PM, Nicolas Cannasse wrote:
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)
--
Neko : One VM to run them all
(http://nekovm.org)