You are not logged in.

Read the FAQ and Knowledge Base before posting.
We won't make a 3DS/2DS emulator.



#1 2007-12-08 16:39:09

Gattman
Member
Registered: 2007-12-08
Posts: 2

Problem with GDB_STUB in CVS with GTK and CLI versions

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

#2 2007-12-08 17:23:30

shash
Administrator
Registered: 2007-03-17
Posts: 897

Re: Problem with GDB_STUB in CVS with GTK and CLI versions

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

#3 2007-12-08 17:38:12

Gattman
Member
Registered: 2007-12-08
Posts: 2

Re: Problem with GDB_STUB in CVS with GTK and CLI versions

Is there an active Linux porter for this project?

Offline

#4 2007-12-09 03:48:00

shash
Administrator
Registered: 2007-03-17
Posts: 897

Re: Problem with GDB_STUB in CVS with GTK and CLI versions

Afaik, evylinux works on the port when he can, but I don't really know how active he is.

Offline

#5 2007-12-09 05:59:10

evilynux
Member
From: Montréal
Registered: 2007-03-17
Posts: 118
Website

Re: Problem with GDB_STUB in CVS with GTK and CLI versions

I'm not really "active", but i am having a look from time to time.
I fixed it in the CVS. Thanks for the report!

Offline

Board footer

Powered by FluxBB