Search found 7 matches

by WhyDoIHaveToRegister
Sun Mar 22, 2009 9:59 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

Yes, that finally got it. :D I was planning to use the debugger for ROM hacking. At least if I can compile it I can try to add in an interface to a remote debugger.
by WhyDoIHaveToRegister
Sun Mar 22, 2009 3:06 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

No good...
by WhyDoIHaveToRegister
Sat Mar 21, 2009 4:07 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

Still the same error.
by WhyDoIHaveToRegister
Fri Mar 20, 2009 11:24 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

OK, now I get this error: snes9x_gtk-debug.o: In function `S9xDoDebug': debug.cpp:(.text+0x41f8): undefined reference to `S9xTextMode' debug.cpp:(.text+0x4280): undefined reference to `S9xGraphicsMode' collect2: ld returned 1 exit status make[1]: *** [snes9x-gtk] Error 1 The GTK configure script doe...
by WhyDoIHaveToRegister
Fri Mar 20, 2009 2:33 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

So I got rev 69 and did: ./configure --with-opengl --with-gtk --with-joystick --with-debugger sudo apt-get install build-dep snes9x sudo apt-get install zlibg1-dev sudo apt-get install zlibgl-dev (neither of which exist) and I am STILL getting "no rule to make unix/unix.o". :x I tried --wi...
by WhyDoIHaveToRegister
Sun Mar 01, 2009 12:21 am
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

Thanks, it still doesn't compile though.

Code: Select all

In file included from src/gtk_display.cpp:174:
src/gtk_display_driver_xv.h:171:34: error: X11/extensions/Xvlib.h: No such file or directory
by WhyDoIHaveToRegister
Sat Feb 28, 2009 10:57 pm
Forum: Snes9x Public Development Forum
Topic: GTK/X11 Port (aka Linux/UNIX GUI)
Replies: 607
Views: 5999455

I can't get it to compile at all on Xubuntu x86. hyperhacker@mercury:~/dev/win/src/snes9x-gtk/gtk$ ./configure --with-opengl --with-gtk --with-joystick --with-debugger checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes check...