You are not logged in.
Hello,
I was compiling from the CVS and noticed that it wouldn't build on CVS without GDB_STUB being set. It was trying to call NDS_Init with parameters.
I only tested and fixed the GTK and CLI versions. I've added the output of the cvs diff below in case this hasn't been addressed yet.
Thanks,
Gattman
------------------------------------
Index: desmume/src/cli/main.c
===================================================================
RCS file: /cvsroot/desmume/desmume/src/cli/main.c,v
retrieving revision 1.24
diff -r1.24 main.c
612a613,614
>
> #ifdef GDB_STUB
614a617,619
> #else
> NDS_Init();
> #endif
Index: desmume/src/gtk/desmume.c
===================================================================
RCS file: /cvsroot/desmume/desmume/src/gtk/desmume.c,v
retrieving revision 1.14
diff -r1.14 desmume.c
37a38
> #ifdef GDB_STUB
39a41,43
> #else
> NDS_Init();
> #endif
Offline
Yep, I only fixed the windows build, if no porter is fixing linux/mac ports, it will stay broken, as I've no interest on fixing those.
Offline
Is there an active Linux porter for this project?
Offline
Afaik, evylinux works on the port when he can, but I don't really know how active he is.
Offline