You are not logged in.

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

#1 Re: Support » Run DeSmuMe in Ubuntu » 2009-12-29 12:13:56

zeromus wrote:

then install libsdl?

Got it working! Now I can work and play at the same time. Thanks zeromus.

PS: Can I contribute to the linux port?

#2 Re: Support » Run DeSmuMe in Ubuntu » 2009-12-28 17:44:07

zeromus wrote:

for some reason it only built the core emulator library and none of the ports. that is not typical but i can't figure out why it happened.
run make from src/gtk and src/cli and src/gtk-glade to build each of the ports.

Hi zeromus, seem like it cannot find the SDL header files. This is what I get

edy@edy-desktop:~/workspace/desmume/src/gtk$ make
Making all in doc
make[1]: Entering directory `/home/edy/workspace/desmume/src/gtk/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/edy/workspace/desmume/src/gtk/doc'
make[1]: Entering directory `/home/edy/workspace/desmume/src/gtk'
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/include/agg2     -g -O2 -MT desmume.o -MD -MP -MF .deps/desmume.Tpo -c -o desmume.o desmume.cpp
In file included from desmume.cpp:26:
../../src/ctrlssdl.h:30:17: error: SDL.h: No such file or directory
In file included from desmume.cpp:26:
../../src/ctrlssdl.h:92: error: variable or field 'process_ctrls_event' declared void
../../src/ctrlssdl.h:92: error: 'SDL_Event' was not declared in this scope
../../src/ctrlssdl.h:92: error: 'event' was not declared in this scope
../../src/ctrlssdl.h:92: error: expected primary-expression before '*' token
../../src/ctrlssdl.h:92: error: 'keypad' was not declared in this scope
../../src/ctrlssdl.h:93: error: expected primary-expression before 'float'
make[1]: *** [desmume.o] Error 1
make[1]: Leaving directory `/home/edy/workspace/desmume/src/gtk'
make: *** [all-recursive] Error 1
edy@edy-desktop:~/workspace/desmume/src/cli$ make
Making all in doc
make[1]: Entering directory `/home/edy/workspace/desmume/src/cli/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/edy/workspace/desmume/src/cli/doc'
make[1]: Entering directory `/home/edy/workspace/desmume/src/cli'
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../../src   -I/usr/include/agg2   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
main.cpp:21:17: error: SDL.h: No such file or directory
main.cpp:22:24: error: SDL_thread.h: No such file or directory
In file included from main.cpp:51:
../ctrlssdl.h:92: error: variable or field 'process_ctrls_event' declared void
../ctrlssdl.h:92: error: 'SDL_Event' was not declared in this scope
../ctrlssdl.h:92: error: 'event' was not declared in this scope
../ctrlssdl.h:92: error: expected primary-expression before '*' token
../ctrlssdl.h:92: error: 'keypad' was not declared in this scope
../ctrlssdl.h:93: error: expected primary-expression before 'float'
main.cpp:75: error: expected initializer before '*' token
main.cpp:109: error: 'SDLK_x' was not declared in this scope
main.cpp:110: error: 'SDLK_z' was not declared in this scope
main.cpp:111: error: 'SDLK_RSHIFT' was not declared in this scope
main.cpp:112: error: 'SDLK_RETURN' was not declared in this scope
main.cpp:113: error: 'SDLK_RIGHT' was not declared in this scope
main.cpp:114: error: 'SDLK_LEFT' was not declared in this scope
main.cpp:115: error: 'SDLK_UP' was not declared in this scope
main.cpp:116: error: 'SDLK_DOWN' was not declared in this scope
main.cpp:117: error: 'SDLK_w' was not declared in this scope
main.cpp:118: error: 'SDLK_q' was not declared in this scope
main.cpp:119: error: 'SDLK_s' was not declared in this scope
main.cpp:120: error: 'SDLK_a' was not declared in this scope
main.cpp:121: error: 'SDLK_p' was not declared in this scope
main.cpp:122: error: 'SDLK_o' was not declared in this scope
main.cpp:420: error: 'Uint32' does not name a type
main.cpp: In function 'void resizeWindow(u16, u16)':
main.cpp:563: error: 'surface' was not declared in this scope
main.cpp:564: error: 'SDL_SetVideoMode' was not declared in this scope
main.cpp: In function 'void opengl_Draw(GLuint*, int)':
main.cpp:626: error: 'SDL_GL_SwapBuffers' was not declared in this scope
main.cpp: In function 'void Draw()':
main.cpp:632: error: 'SDL_Surface' was not declared in this scope
main.cpp:632: error: 'rawImage' was not declared in this scope
main.cpp:634: error: 'SDL_CreateRGBSurfaceFrom' was not declared in this scope
main.cpp:637: error: 'surface' was not declared in this scope
main.cpp:637: error: 'SDL_BlitSurface' was not declared in this scope
main.cpp:639: error: 'SDL_UpdateRect' was not declared in this scope
main.cpp:641: error: 'SDL_FreeSurface' was not declared in this scope
main.cpp: In function 'void desmume_cycle(int*, int*, my_config*)':
main.cpp:649: error: 'SDL_Event' was not declared in this scope
main.cpp:649: error: expected ';' before 'event'
main.cpp:653: error: 'SDL_QUERY' was not declared in this scope
main.cpp:653: error: 'SDL_JoystickEventState' was not declared in this scope
main.cpp:653: error: 'SDL_IGNORE' was not declared in this scope
main.cpp:654: error: 'SDL_ENABLE' was not declared in this scope
main.cpp:658: error: 'event' was not declared in this scope
main.cpp:658: error: 'SDL_PollEvent' was not declared in this scope
main.cpp:658: error: 'SDL_WaitEvent' was not declared in this scope
main.cpp:660: error: 'process_ctrls_event' was not declared in this scope
main.cpp:665: error: 'SDL_VIDEORESIZE' was not declared in this scope
main.cpp:669: error: 'SDL_ACTIVEEVENT' was not declared in this scope
main.cpp:670: error: 'SDL_APPINPUTFOCUS' was not declared in this scope
main.cpp:686: error: 'SDL_KEYUP' was not declared in this scope
main.cpp:689: error: 'SDLK_ESCAPE' was not declared in this scope
main.cpp:693: error: 'SDLK_m' was not declared in this scope
main.cpp:702: error: 'SDLK_o' was not declared in this scope
main.cpp:714: error: 'SDL_QUIT' was not declared in this scope
main.cpp: In function 'int main(int, char**)':
main.cpp:745: error: 'SDL_sem' was not declared in this scope
main.cpp:745: error: 'fps_limiter_semaphore' was not declared in this scope
main.cpp:746: error: 'SDL_TimerID' was not declared in this scope
main.cpp:746: error: expected ';' before 'limiter_timer'
main.cpp:762: error: expected initializer before '*' token
main.cpp:845: error: 'SDL_INIT_VIDEO' was not declared in this scope
main.cpp:845: error: 'SDL_INIT_TIMER' was not declared in this scope
main.cpp:845: error: 'SDL_Init' was not declared in this scope
main.cpp:848: error: 'SDL_GetError' was not declared in this scope
main.cpp:851: error: 'SDL_WM_SetCaption' was not declared in this scope
main.cpp:854: error: 'videoInfo' was not declared in this scope
main.cpp:854: error: 'SDL_GetVideoInfo' was not declared in this scope
main.cpp:856: error: 'SDL_GetError' was not declared in this scope
main.cpp:862: error: 'SDL_HWACCEL' was not declared in this scope
main.cpp:867: error: 'SDL_OPENGL' was not declared in this scope
main.cpp:868: error: 'SDL_GL_DOUBLEBUFFER' was not declared in this scope
main.cpp:869: error: 'SDL_HWPALETTE' was not declared in this scope
main.cpp:870: error: 'SDL_RESIZABLE' was not declared in this scope
main.cpp:875: error: 'SDL_HWSURFACE' was not declared in this scope
main.cpp:877: error: 'SDL_SWSURFACE' was not declared in this scope
main.cpp:881: error: 'SDL_GL_SetAttribute' was not declared in this scope
main.cpp:883: error: 'surface' was not declared in this scope
main.cpp:884: error: 'SDL_SetVideoMode' was not declared in this scope
main.cpp:888: error: 'SDL_GetError' was not declared in this scope
main.cpp:903: error: 'SDL_SWSURFACE' was not declared in this scope
main.cpp:904: error: 'surface' was not declared in this scope
main.cpp:904: error: 'SDL_SetVideoMode' was not declared in this scope
main.cpp:907: error: 'SDL_GetError' was not declared in this scope
main.cpp:926: error: 'SDL_CreateSemaphore' was not declared in this scope
main.cpp:930: error: 'limiter_timer' was not declared in this scope
main.cpp:931: error: 'fps_limiter_fn' was not declared in this scope
main.cpp:931: error: 'SDL_AddTimer' was not declared in this scope
main.cpp:934: error: 'limiter_timer' was not declared in this scope
main.cpp:936: error: 'SDL_GetError' was not declared in this scope
main.cpp:938: error: 'SDL_DestroySemaphore' was not declared in this scope
main.cpp:978: error: 'SDL_SemWait' was not declared in this scope
main.cpp:984: error: 'SDL_GetTicks' was not declared in this scope
main.cpp:1011: error: 'limiter_timer' was not declared in this scope
main.cpp:1011: error: 'SDL_RemoveTimer' was not declared in this scope
main.cpp:1012: error: 'SDL_DestroySemaphore' was not declared in this scope
main.cpp:1015: error: 'SDL_Quit' was not declared in this scope
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/edy/workspace/desmume/src/cli'
make: *** [all-recursive] Error 1
edy@edy-desktop:~/workspace/desmume/src/gtk-glade$ make
Making all in doc
make[1]: Entering directory `/home/edy/workspace/desmume/src/gtk-glade/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/edy/workspace/desmume/src/gtk-glade/doc'
make[1]: Entering directory `/home/edy/workspace/desmume/src/gtk-glade'
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"svn\" -DPACKAGE_STRING=\"desmume\ svn\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"svn\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../../src    -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -DDATADIR=\"/usr/local/share/desmume/glade/\" -DLOCALEDIR=\"/usr/local/share/locale\"   -g -O2 -MT glade-xml.o -MD -MP -MF .deps/glade-xml.Tpo -c -o glade-xml.o glade-xml.cpp
In file included from glade-xml.cpp:23:
globals.h:38:17: error: SDL.h: No such file or directory
globals.h:48:21: error: gtk/gtk.h: No such file or directory
globals.h:49:28: error: gdk/gdkkeysyms.h: No such file or directory
globals.h:50:25: error: glade/glade.h: No such file or directory
globals.h:51:29: error: glade/glade-xml.h: No such file or directory
glade-xml.cpp:25:30: error: glade/glade-init.h: No such file or directory
glade-xml.cpp:26:31: error: glade/glade-build.h: No such file or directory
In file included from glade-xml.cpp:23:
globals.h:55: error: 'gpointer' does not name a type
globals.h:56: error: 'gconstpointer' does not name a type
globals.h:58: error: 'gfloat' does not name a type
globals.h:59: error: 'gdouble' does not name a type
globals.h:60: error: 'gsize' does not name a type
globals.h:61: error: 'gssize' does not name a type
globals.h:63: error: 'gboolean' does not name a type
globals.h:65: error: 'guchar' does not name a type
globals.h:66: error: 'guint' does not name a type
globals.h:67: error: 'guint8' does not name a type
globals.h:68: error: 'guint16' does not name a type
globals.h:69: error: 'guint32' does not name a type
globals.h:70: error: 'guint64' does not name a type
globals.h:71: error: 'gushort' does not name a type
globals.h:72: error: 'gulong' does not name a type
globals.h:74: error: 'gchar' does not name a type
globals.h:75: error: 'gint' does not name a type
globals.h:76: error: 'gint8' does not name a type
globals.h:77: error: 'gint16' does not name a type
globals.h:78: error: 'gint32' does not name a type
globals.h:79: error: 'gint64' does not name a type
globals.h:80: error: 'gshort' does not name a type
globals.h:81: error: 'glong' does not name a type
In file included from globals.h:90,
                 from glade-xml.cpp:23:
../ctrlssdl.h:92: error: variable or field 'process_ctrls_event' declared void
../ctrlssdl.h:92: error: 'SDL_Event' was not declared in this scope
../ctrlssdl.h:92: error: 'event' was not declared in this scope
../ctrlssdl.h:92: error: expected primary-expression before '*' token
../ctrlssdl.h:92: error: 'keypad' was not declared in this scope
../ctrlssdl.h:93: error: expected primary-expression before 'float'
In file included from globals.h:94,
                 from glade-xml.cpp:23:
desmume.h:26: error: expected initializer before '*' token
In file included from glade-xml.cpp:23:
globals.h:99: error: variable or field 'glade_xml_signal_autoconnect_StringObject' declared void
globals.h:99: error: 'GladeXML' was not declared in this scope
globals.h:99: error: 'self' was not declared in this scope
globals.h:106: error: expected initializer before '*' token
globals.h:107: error: expected initializer before '*' token
globals.h:108: error: expected initializer before '*' token
globals.h:114: error: expected constructor, destructor, or type conversion before '*' token
globals.h:120: error: 'gboolean' does not name a type
glade-xml.cpp:31: error: ISO C++ forbids declaration of 'GladeInterface' with no type
glade-xml.cpp:31: error: expected ';' before '*' token
glade-xml.cpp:32: error: ISO C++ forbids declaration of 'GtkTooltips' with no type
glade-xml.cpp:32: error: expected ';' before '*' token
glade-xml.cpp:35: error: ISO C++ forbids declaration of 'GtkWindow' with no type
glade-xml.cpp:35: error: expected ';' before '*' token
glade-xml.cpp:36: error: ISO C++ forbids declaration of 'GtkAccelGroup' with no type
glade-xml.cpp:36: error: expected ';' before '*' token
glade-xml.cpp:37: error: ISO C++ forbids declaration of 'GtkWidget' with no type
glade-xml.cpp:37: error: expected ';' before '*' token
glade-xml.cpp:38: error: ISO C++ forbids declaration of 'GtkWidget' with no type
glade-xml.cpp:38: error: expected ';' before '*' token
glade-xml.cpp:45: error: ISO C++ forbids declaration of 'GObject' with no type
glade-xml.cpp:45: error: expected ';' before '*' token
glade-xml.cpp: In function 'void autoconnect_foreach_StringObject(const char*, GList*, GModule*)':
glade-xml.cpp:55: error: 'GCallback' was not declared in this scope
glade-xml.cpp:55: error: expected ';' before 'func'
glade-xml.cpp:57: error: 'func' was not declared in this scope
glade-xml.cpp:64: error: 'GladeXML' was not declared in this scope
glade-xml.cpp:64: error: 'self' was not declared in this scope
glade-xml.cpp:65: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:65: error: 'GTK_WIDGET' was not declared in this scope
glade-xml.cpp:65: error: 'glade_get_widget_tree' was not declared in this scope
glade-xml.cpp:76: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:76: error: 'g_signal_connect_after' was not declared in this scope
glade-xml.cpp:78: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:78: error: 'g_signal_connect' was not declared in this scope
glade-xml.cpp:81: error: 'GObject' was not declared in this scope
glade-xml.cpp:81: error: 'other' was not declared in this scope
glade-xml.cpp:81: error: expected primary-expression before ')' token
glade-xml.cpp:81: error: expected ';' before 'g_hash_table_lookup'
glade-xml.cpp:84: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:85: error: 'GConnectFlags' was not declared in this scope
glade-xml.cpp:85: error: 'G_CONNECT_AFTER' was not declared in this scope
glade-xml.cpp:85: error: 'G_CONNECT_SWAPPED' was not declared in this scope
glade-xml.cpp:85: error: 'g_signal_connect_object' was not declared in this scope
glade-xml.cpp:93: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:93: error: 'g_signal_connect_after' was not declared in this scope
glade-xml.cpp:95: error: 'struct _GladeSignalData' has no member named 'signal_object'
glade-xml.cpp:95: error: 'g_signal_connect' was not declared in this scope
glade-xml.cpp: At global scope:
glade-xml.cpp:114: error: variable or field 'glade_xml_signal_autoconnect_StringObject' declared void
glade-xml.cpp:114: error: 'GladeXML' was not declared in this scope
glade-xml.cpp:114: error: 'self' was not declared in this scope
make[1]: *** [glade-xml.o] Error 1
make[1]: Leaving directory `/home/edy/workspace/desmume/src/gtk-glade'
make: *** [all-recursive] Error 1

#3 Support » Run DeSmuMe in Ubuntu » 2009-12-28 05:46:11

ABuNeNe
Replies: 5

Hi guys, just managed to installed Ubuntu 9.10 64bit version and builded DeSmuMe from the source by following the instruction found here. Question is how do I run it?

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking for gzopen in -lz... yes
checking for zzip_open in -lzzip... no
checking for sdl-config... no
checking for sdl11-config... no
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
checking for main in -ldl... yes
checking for main in -lGL... no
checking for main in -lOSMesa... no
checking for pkg-config... pkg-config
checking for GLIB... yes
checking for GTK... no
checking for GTKGLEXT... no
checking for GTHREAD... yes
checking for LIBGLADE... no
checking for LUA... no
checking for LUA... no
checking for ALSA... no
checking for LIBAGG... yes
checking for update-desktop-database... /usr/bin/update-desktop-database
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/cli/Makefile
config.status: creating src/cli/doc/Makefile
config.status: creating src/cocoa/Makefile
config.status: creating src/gtk/Makefile
config.status: creating src/gtk/doc/Makefile
config.status: creating src/gtk-glade/Makefile
config.status: creating src/gtk-glade/doc/Makefile
config.status: creating src/gdbstub/Makefile
config.status: creating autopackage/default.apspec
config.status: executing depfiles commands
config.status: executing po/stamp-it commands
Making all in src
make[1]: Entering directory `/home/edy/workspace/desmume-0.9.5/src'
Making all in .
make[2]: Entering directory `/home/edy/workspace/desmume-0.9.5/src'
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT armcpu.o -MD -MP -MF .deps/armcpu.Tpo -c -o armcpu.o armcpu.cpp
mv -f .deps/armcpu.Tpo .deps/armcpu.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT arm_instructions.o -MD -MP -MF .deps/arm_instructions.Tpo -c -o arm_instructions.o arm_instructions.cpp
mv -f .deps/arm_instructions.Tpo .deps/arm_instructions.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT aggdraw.o -MD -MP -MF .deps/aggdraw.Tpo -c -o aggdraw.o aggdraw.cpp
mv -f .deps/aggdraw.Tpo .deps/aggdraw.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT bios.o -MD -MP -MF .deps/bios.Tpo -c -o bios.o bios.cpp
mv -f .deps/bios.Tpo .deps/bios.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT cp15.o -MD -MP -MF .deps/cp15.Tpo -c -o cp15.o cp15.cpp
mv -f .deps/cp15.Tpo .deps/cp15.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT commandline.o -MD -MP -MF .deps/commandline.Tpo -c -o commandline.o commandline.cpp
mv -f .deps/commandline.Tpo .deps/commandline.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.cpp
mv -f .deps/common.Tpo .deps/common.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.cpp
mv -f .deps/debug.Tpo .deps/debug.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT Disassembler.o -MD -MP -MF .deps/Disassembler.Tpo -c -o Disassembler.o Disassembler.cpp
mv -f .deps/Disassembler.Tpo .deps/Disassembler.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT emufile.o -MD -MP -MF .deps/emufile.Tpo -c -o emufile.o emufile.cpp
mv -f .deps/emufile.Tpo .deps/emufile.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT FIFO.o -MD -MP -MF .deps/FIFO.Tpo -c -o FIFO.o FIFO.cpp
mv -f .deps/FIFO.Tpo .deps/FIFO.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT GPU.o -MD -MP -MF .deps/GPU.Tpo -c -o GPU.o GPU.cpp
mv -f .deps/GPU.Tpo .deps/GPU.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT GPU_osd.o -MD -MP -MF .deps/GPU_osd.Tpo -c -o GPU_osd.o GPU_osd.cpp
mv -f .deps/GPU_osd.Tpo .deps/GPU_osd.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT mc.o -MD -MP -MF .deps/mc.Tpo -c -o mc.o mc.cpp
mv -f .deps/mc.Tpo .deps/mc.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT readwrite.o -MD -MP -MF .deps/readwrite.Tpo -c -o readwrite.o readwrite.cpp
mv -f .deps/readwrite.Tpo .deps/readwrite.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT wifi.o -MD -MP -MF .deps/wifi.Tpo -c -o wifi.o wifi.cpp
mv -f .deps/wifi.Tpo .deps/wifi.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT MMU.o -MD -MP -MF .deps/MMU.Tpo -c -o MMU.o MMU.cpp
mv -f .deps/MMU.Tpo .deps/MMU.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT NDSSystem.o -MD -MP -MF .deps/NDSSystem.Tpo -c -o NDSSystem.o NDSSystem.cpp
mv -f .deps/NDSSystem.Tpo .deps/NDSSystem.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT OGLRender.o -MD -MP -MF .deps/OGLRender.Tpo -c -o OGLRender.o OGLRender.cpp
mv -f .deps/OGLRender.Tpo .deps/OGLRender.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT ROMReader.o -MD -MP -MF .deps/ROMReader.Tpo -c -o ROMReader.o ROMReader.cpp
mv -f .deps/ROMReader.Tpo .deps/ROMReader.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT render3D.o -MD -MP -MF .deps/render3D.Tpo -c -o render3D.o render3D.cpp
mv -f .deps/render3D.Tpo .deps/render3D.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT rtc.o -MD -MP -MF .deps/rtc.Tpo -c -o rtc.o rtc.cpp
mv -f .deps/rtc.Tpo .deps/rtc.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT saves.o -MD -MP -MF .deps/saves.Tpo -c -o saves.o saves.cpp
mv -f .deps/saves.Tpo .deps/saves.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT SPU.o -MD -MP -MF .deps/SPU.Tpo -c -o SPU.o SPU.cpp
mv -f .deps/SPU.Tpo .deps/SPU.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT matrix.o -MD -MP -MF .deps/matrix.Tpo -c -o matrix.o matrix.cpp
mv -f .deps/matrix.Tpo .deps/matrix.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT gfx3d.o -MD -MP -MF .deps/gfx3d.Tpo -c -o gfx3d.o gfx3d.cpp
mv -f .deps/gfx3d.Tpo .deps/gfx3d.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT texcache.o -MD -MP -MF .deps/texcache.Tpo -c -o texcache.o texcache.cpp
mv -f .deps/texcache.Tpo .deps/texcache.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT thumb_instructions.o -MD -MP -MF .deps/thumb_instructions.Tpo -c -o thumb_instructions.o thumb_instructions.cpp
mv -f .deps/thumb_instructions.Tpo .deps/thumb_instructions.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT movie.o -MD -MP -MF .deps/movie.Tpo -c -o movie.o movie.cpp
mv -f .deps/movie.Tpo .deps/movie.Po
gcc -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT ConvertUTF.o -MD -MP -MF .deps/ConvertUTF.Tpo -c -o ConvertUTF.o `test -f 'utils/ConvertUTF.c' || echo './'`utils/ConvertUTF.c
mv -f .deps/ConvertUTF.Tpo .deps/ConvertUTF.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT guid.o -MD -MP -MF .deps/guid.Tpo -c -o guid.o `test -f 'utils/guid.cpp' || echo './'`utils/guid.cpp
mv -f .deps/guid.Tpo .deps/guid.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o `test -f 'utils/md5.cpp' || echo './'`utils/md5.cpp
mv -f .deps/md5.Tpo .deps/md5.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT xstring.o -MD -MP -MF .deps/xstring.Tpo -c -o xstring.o `test -f 'utils/xstring.cpp' || echo './'`utils/xstring.cpp
mv -f .deps/xstring.Tpo .deps/xstring.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT crc.o -MD -MP -MF .deps/crc.Tpo -c -o crc.o `test -f 'utils/decrypt/crc.cpp' || echo './'`utils/decrypt/crc.cpp
mv -f .deps/crc.Tpo .deps/crc.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT decrypt.o -MD -MP -MF .deps/decrypt.Tpo -c -o decrypt.o `test -f 'utils/decrypt/decrypt.cpp' || echo './'`utils/decrypt/decrypt.cpp
mv -f .deps/decrypt.Tpo .deps/decrypt.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT header.o -MD -MP -MF .deps/header.Tpo -c -o header.o `test -f 'utils/decrypt/header.cpp' || echo './'`utils/decrypt/header.cpp
mv -f .deps/header.Tpo .deps/header.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT task.o -MD -MP -MF .deps/task.Tpo -c -o task.o `test -f 'utils/task.cpp' || echo './'`utils/task.cpp
mv -f .deps/task.Tpo .deps/task.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT addons.o -MD -MP -MF .deps/addons.Tpo -c -o addons.o addons.cpp
mv -f .deps/addons.Tpo .deps/addons.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT compactFlash.o -MD -MP -MF .deps/compactFlash.Tpo -c -o compactFlash.o `test -f 'addons/compactFlash.cpp' || echo './'`addons/compactFlash.cpp
mv -f .deps/compactFlash.Tpo .deps/compactFlash.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT gbagame.o -MD -MP -MF .deps/gbagame.Tpo -c -o gbagame.o `test -f 'addons/gbagame.cpp' || echo './'`addons/gbagame.cpp
mv -f .deps/gbagame.Tpo .deps/gbagame.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT none.o -MD -MP -MF .deps/none.Tpo -c -o none.o `test -f 'addons/none.cpp' || echo './'`addons/none.cpp
mv -f .deps/none.Tpo .deps/none.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT rumblepak.o -MD -MP -MF .deps/rumblepak.Tpo -c -o rumblepak.o `test -f 'addons/rumblepak.cpp' || echo './'`addons/rumblepak.cpp
mv -f .deps/rumblepak.Tpo .deps/rumblepak.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT guitarGrip.o -MD -MP -MF .deps/guitarGrip.Tpo -c -o guitarGrip.o `test -f 'addons/guitarGrip.cpp' || echo './'`addons/guitarGrip.cpp
mv -f .deps/guitarGrip.Tpo .deps/guitarGrip.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT expMemory.o -MD -MP -MF .deps/expMemory.Tpo -c -o expMemory.o `test -f 'addons/expMemory.cpp' || echo './'`addons/expMemory.cpp
mv -f .deps/expMemory.Tpo .deps/expMemory.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT cheatSystem.o -MD -MP -MF .deps/cheatSystem.Tpo -c -o cheatSystem.o cheatSystem.cpp
mv -f .deps/cheatSystem.Tpo .deps/cheatSystem.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT rasterize.o -MD -MP -MF .deps/rasterize.Tpo -c -o rasterize.o rasterize.cpp
mv -f .deps/rasterize.Tpo .deps/rasterize.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT metaspu.o -MD -MP -MF .deps/metaspu.Tpo -c -o metaspu.o `test -f 'metaspu/metaspu.cpp' || echo './'`metaspu/metaspu.cpp
mv -f .deps/metaspu.Tpo .deps/metaspu.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT mic.o -MD -MP -MF .deps/mic.Tpo -c -o mic.o mic.cpp
mv -f .deps/mic.Tpo .deps/mic.Po
g++ -DPACKAGE_NAME=\"desmume\" -DPACKAGE_TARNAME=\"desmume\" -DPACKAGE_VERSION=\"0.9.5\" -DPACKAGE_STRING=\"desmume\ 0.9.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"desmume\" -DVERSION=\"0.9.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSVN_REV=\"r0\" -DHAVE_LIBZ=1 -DHAVE_GL_GL_H=1 -DHAVE_LIBDL=1 -DGLADEUI_UNINSTALLED_DIR=\"/home/edy/workspace/desmume-0.9.5/src/gtk-glade/glade/\" -DFAKE_MIC=1 -DHAVE_LIBAGG=1 -I.  -I../src   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      -I/usr/include/agg2     -g -O2 -MT fs-linux.o -MD -MP -MF .deps/fs-linux.Tpo -c -o fs-linux.o fs-linux.cpp
mv -f .deps/fs-linux.Tpo .deps/fs-linux.Po
rm -f libdesmume.a
ar cru libdesmume.a armcpu.o arm_instructions.o aggdraw.o bios.o cp15.o commandline.o common.o debug.o Disassembler.o emufile.o FIFO.o GPU.o GPU_osd.o mc.o readwrite.o wifi.o MMU.o NDSSystem.o OGLRender.o ROMReader.o render3D.o rtc.o saves.o SPU.o matrix.o gfx3d.o texcache.o thumb_instructions.o movie.o ConvertUTF.o guid.o md5.o xstring.o crc.o decrypt.o header.o task.o addons.o compactFlash.o gbagame.o none.o rumblepak.o guitarGrip.o expMemory.o cheatSystem.o texcache.o rasterize.o metaspu.o  mic.o aggdraw.o   fs-linux.o
ranlib libdesmume.a
make[2]: Leaving directory `/home/edy/workspace/desmume-0.9.5/src'
make[1]: Leaving directory `/home/edy/workspace/desmume-0.9.5/src'
make[1]: Entering directory `/home/edy/workspace/desmume-0.9.5'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/edy/workspace/desmume-0.9.5'
Making install in src
make[1]: Entering directory `/home/edy/workspace/desmume-0.9.5/src'
Making install in .
make[2]: Entering directory `/home/edy/workspace/desmume-0.9.5/src'
make[3]: Entering directory `/home/edy/workspace/desmume-0.9.5/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/edy/workspace/desmume-0.9.5/src'
make[2]: Leaving directory `/home/edy/workspace/desmume-0.9.5/src'
make[1]: Leaving directory `/home/edy/workspace/desmume-0.9.5/src'
make[1]: Entering directory `/home/edy/workspace/desmume-0.9.5'
make[2]: Entering directory `/home/edy/workspace/desmume-0.9.5'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/edy/workspace/desmume-0.9.5'
make[1]: Leaving directory `/home/edy/workspace/desmume-0.9.5'

I can't seem to find any desmume. Please advise.

#4 Re: Support » Playing Zelda Phantom hourglass using D-Pad » 2009-12-21 13:07:36

zeromus wrote:

Because cheats may sometimes be viewed as "altering" the game, and you can't load a savestate from one game into another.

I see. Thanks zeromus, you've been a great help!

#5 Re: Support » Playing Zelda Phantom hourglass using D-Pad » 2009-12-20 17:17:35

zeromus wrote:

dont load state.

Yup got it working by not loading the state. Question, why does it not work with previously saved state?

PS: Also once the cheat have been enabled and state have been saved, you need not disable and enable the cheat again.

#6 Re: Support » Playing Zelda Phantom hourglass using D-Pad » 2009-12-20 15:43:29

CrazyMax wrote:

fixed on r3193

but for a boot game it is needed to do following:
- start Zelda and add code (Emulation->Cheats->List->Action Replay, save)
- disable cheats (Emulation->Cheats->Disable)
- reset a game (Emulatio->Reset)
- after you see Nintendo logo enable cheats then (Emulation->Cheats->Disable must be unchecked)
- enjoy smile

Hi CrazyMax, thanks for adding this. I builded r3196 and copy the executable to the same folder as the downloaded DeSmuMe and did the following:

1. start zelda and add cheat code
2. disable cheat
3. reset game
4. enable cheat
5. load state

Nothing happened when I pressed my controller's D-pad. I'm using a Xbox Controller S and have mapped the input configuration.

#7 Re: Support » Playing Zelda Phantom hourglass using D-Pad » 2009-12-20 00:58:24

CrazyMax wrote:

no.
DeSmuME don't support EXXXXXXX code.
I'll fix it later

Great. Do update again once you've fixed it and I'll gladly test it out.

#8 Support » Playing Zelda Phantom hourglass using D-Pad » 2009-12-19 09:43:22

ABuNeNe
Replies: 17

From this link and using the following cheat code. Anyone got this working using DeSmuME?

52000B60 E12FFF1E
02000B60 EAFFFE26
E2000400 000003D0
E92D007F E59F0398
E59F1398 E5801000
E59F0398 E59F1398
E5801000 E8BD007F
E12FFF1E E1D120B0
E1D010B0 E38220F3
E3510B09 03811B02
02222002 E59F0368
E12FFF10 E92D007F
E59F4370 E5943000
E353000A C3A03000
E3530000 B3A03000
E3530001 BA000003
E3530009 CA000001
E2832001 E5842000
E3530001 0A0000A7
E3530002 0A0000B1
E3530003 0A0000AC
E3530004 0A0000B0
E3530005 0A0000A5
E3530006 0A0000B2
E3530007 0A00009E
E3530008 0A0000AB
E3530009 0A000097
E59F0300 E5D00000
E3500028 03A03001
05843000 0A0000AF
E59F42DC E5943000
E3530015 C3A03015
E3530000 B3A03015
E5843000 E3530001
BA000009 E3530014
CA000007 E3530004
03A03010 E3530008
03A03010 E353000C
03A03010 E2832001
E5842000 E3530001
0A00007C E3530002
0A000086 E3530003
0A000081 E3530005
0A00007F E3530006
0A000083 E3530007
0A000078 E3530009
0A000076 E353000A
0A000083 E353000B
0A00006F E353000D
0A00006D E353000E
0A00007A E353000F
0A000066 E3530014
BA000082 E3A00301
E5D00130 E35000EE
03A03001 05843000
0A00007C E350007E
03A03005 05843000
0A000078 E35000DE
03A03009 05843000
0A000074 E35000BE
03A0300D 05843000
0A000070 E59F41E8
E5943000 E353000C
C3A03000 E3530000
B3A03000 E3530001
BA000005 E353000B
CA000003 E3530006
0A000001 E2832001
E5842000 E3530001
0A00002A E3530002
0A000031 E3530003
0A00002C E3530004
0A000027 E3530005
0A000022 E3530007
0A00002C E3530008
0A000033 E3530009
0A00002E E353000A
0A000029 E353000B
0A000024 E35000DD
03A03001 05843000
0A00004A E35000ED
03A03007 05843000
0A000046 E35000BF
0A000026 E35000DF
0A000027 E350007F
0A000028 E35000EF
0A000029 E35000AF
0A00002A E350006F
0A00002B E350009F
0A00002C E350005F
0A00002D EA000035
E3A03E31 E3A04E71
EA00002C E3A03000
E3A04E81 EA000029
E3A03E21 E3A04E99
EA000026 E3A03E31
E3A04E81 EA000023
E3A03C0D E3A04E71
EA000020 E3A03B03
E3A04E81 EA00001D
E3A03C0D E3A04E99
EA00001A E3A03A01
E3A04E81 EA000017
E3A03E81 E3A04000
EA000014 E3A03000
E3A04E81 EA000011
E3A03E81 E3A04A01
EA00000E E3A03A01
E3A04E81 EA00000B
E3A03A01 E3A04E36
EA000008 E3A03A01
E3A04C0D EA000005
E3A03000 E3A04000
EA000002 E3A03000
E3A04C0D EAFFFFFF
E1C130B8 E1C140BA
E3A03001 E3A04000
E1C130BC E1C140BE
E8BD007F E59F1014
E12FFF11 0202AE10
EAFF5583 0202AE18
0200A180 EAFFD8AF
0200A190 020003F4
020003FC 020003F8
027FFFA9 00000000
D2000000 00000000

Board footer

Powered by FluxBB