I'm trying to get Nestopia to work with Kubuntu 8.04 x64 from source by following these directions
http://rbelmont.mameworld.info/?page_id=200 and come across several errors when running make. From looking at the errors in the terminal I think I am missing sdl 1.2.12 or later from the directions and I don't know what that is. I tried to look for it in adept manager but no luck. (For future references how do I make a forum post with gray scroll box so pasting terminal results won't make the page long.)
Terminal:
Compiling source/linux/main.cpp...
/bin/sh: sdl-config: not found
/bin/sh: pkg-config: not found
source/linux/main.cpp:13:17: error: SDL.h: No such file or directory
source/linux/main.cpp:49:21: error: gtk/gtk.h: No such file or directory
In file included from source/linux/main.cpp:39:
source/linux/input.h:35: error: ‘SDL_Event’ does not name a type
In file included from source/linux/main.cpp:51:
source/linux/callbacks.h:4: error: ‘gboolean’ does not name a type
source/linux/callbacks.h:10: error: variable or field ‘on_nsfspinbutton_change_value’ declared void
source/linux/callbacks.h:10: error: ‘GtkSpinButton’ was not declared in this scope
source/linux/callbacks.h:10: error: ‘spinbutton’ was not declared in this scope
source/linux/callbacks.h:11: error: ‘GtkScrollType’ was not declared in this scope
source/linux/callbacks.h:12: error: ‘gpointer’ was not declared in this scope
source/linux/callbacks.h:15: error: variable or field ‘on_nsfspinbutton_value_changed’ declared void
source/linux/callbacks.h:15: error: ‘GtkSpinButton’ was not declared in this scope
source/linux/callbacks.h:15: error: ‘spinbutton’ was not declared in this scope
source/linux/callbacks.h:16: error: ‘gpointer’ was not declared in this scope
source/linux/callbacks.h:19: error: variable or field ‘on_open_clicked’ declared void
(There were several more errors but couldn't paste due to forum limitations but you guys can probably get the gist of it)