daniel fischer wrote:
> Hey Nic,
>
> when trying to build xcross (svn) with neko (cvs), i get the following error:
[...]
> in english: you're trying to link the "ndll" objects for zlib and init (and
> more) into the xcross-linux executable, but both DEFINE_ENTRY_POINT.
Maybe your neko.h is not up-to-date.
xCross is compiled with -D NEKO_INSTALLER and in neko.h there is :
#ifdef NEKO_INSTALLER
# define DEFINE_ENTRY_POINT(name)
#else
# define DEFINE_ENTRY_POINT(name) C_FUNCTION_BEGIN void name(); EXPORT
void *__neko_entry_point() { return &name; } C_FUNCTION_END
#endif
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)