apartmentEmulator / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Debugger gui compile error #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ubuntu 7.04
32-bit (PentiumIIIx2)
Mupen64Plus-1-3 source

Hello. When compiling with the DBG=1 option, I get the error:

main/gui_gtk/main_gtk.c: In function ‘callback_debuggerEnableToggled’:
main/gui_gtk/main_gtk.c:880: error: ‘g_DebuggerEnabled’ undeclared (first
use in this function)
main/gui_gtk/main_gtk.c:880: error: (Each undeclared identifier is reported
only once
main/gui_gtk/main_gtk.c:880: error: for each function it appears in.)

I have checked, and g_DebuggerEnabled isn't declared in any other macros,
so would anyone know why. It compiles fine without the debug option, in
case that helps. 

Original issue reported on code.google.com by Phunkph1...@gmail.com on 21 Apr 2008 at 11:01

GoogleCodeExporter commented 8 years ago
Compiling on the latest SVN returns this:
desasm.c:(.text+0xe9b): undefined reference to `thread_n64'
collect2: ld returned 1 exit status
make: *** [mupen64plus] Error 1

Issue accepted, however I think we will be redoing the debugging system.

Original comment by sgorman07@gmail.com on 21 Apr 2008 at 11:55

GoogleCodeExporter commented 8 years ago
We should either rewrite this or remove it.  It's just cruft that's been lying 
around
for a very long time; it has been broken since before mupen64 v0.5.

Original comment by richard...@gmail.com on 22 Apr 2008 at 2:07

GoogleCodeExporter commented 8 years ago
For now lets remove it.

Original comment by sgorman07@gmail.com on 22 Apr 2008 at 5:35

GoogleCodeExporter commented 8 years ago
I've actually just started playing with it, there are a couple hangups that I'm
trying to pin down... but I have gotten it to compile and display information 
about
the state of the emulator.  It's been a crash course on gtk, but I'll take over 
work
on the debugger.

Original comment by jezte...@gmail.com on 23 Apr 2008 at 5:24

GoogleCodeExporter commented 8 years ago
Welcome to the project DarkJezter. I sent an email to Richard42 to add you as a
project member and assign this issue to you.

Original comment by ebenbl...@gmail.com on 23 Apr 2008 at 5:39

GoogleCodeExporter commented 8 years ago

Original comment by richard...@gmail.com on 23 Apr 2008 at 11:59

GoogleCodeExporter commented 8 years ago
As of right now, the existing debugger has been more or less repaired.  It 
appears to
be functioning as it was designed, and after some cleanup just may be ready for 
some
enhancements.

Original comment by jezte...@gmail.com on 23 Apr 2008 at 3:17

GoogleCodeExporter commented 8 years ago
The original bug of the debugger not compiling properly has been resolved.  
However
I'll be doing more work on the debugger

Original comment by jezte...@gmail.com on 23 Apr 2008 at 5:20