You are not logged in.
Pages: 1
I downloaded the source code from the cvs, but when I tried to compile it (autogen.sh runs smoothly just a few warnings) the configure file exits with a syntax error:
./configure line 5505: syntax error near unexpected toke `GTK,'
./configure line 5505: ` PKG_CHECK_MODULES(GTK,'
I tried my best to figure out what the syntax error could be, but it seemed okay. The only reason I could come up with is that for some reason the GTK variable doesn't exist.
My distribution is Archlinux. I have all the required build tools installed and fully updated.
Thanks in advance
Offline
You need the gtk package.
Any repository have it.
Athlon 64 X2 3800+ / 2Gb DDR2 800Mhz
Geforce 8600GT 256MB / Windows XP PRO SP3
http://desmume.org/compatibility-list/
Offline
I have the GTK & GTK2 packages...
Besides wouldn't a proper configure file exit telling me that. I've missed stuff in the past but it has never given syntax errors
Edit: Fixed it by installing:
pkg-config
mesa
libgl-dri
gtkglext
Edit:
Well I can now succesfully configure it, but when I run make I get an undefined reference to `register_gl_fun' error.
file: main.c line 241 target: desmume_glade_main.o
Last edited by sniperrifle (2007-05-18 23:41:32)
Offline
I noticed that 'register_gl_fun' error too today when I was doing some tests on my Gentoo system. Works fine on my Ubuntu install though, so I'm guessing it's another package issue.
Offline
I noticed that 'register_gl_fun' error too today when I was doing some tests on my Gentoo system. Works fine on my Ubuntu install though, so I'm guessing it's another package issue.
I've just fixed the register_gl_fun stuff... cvs update. ;-)
Offline
Yeah! Now it works. Thank you.
Offline
Pages: 1