What's new

Can't ./configure mupen64 in FC4

aplarsen

New member
Fedora Core 4
2.6.16 kernel

I get:
Code:
#./configure
Found a working C compiler (gcc).
Checking SDL...
Found SDL version 1.2.10.
Checking GTK 1.2...
gtk_init_check() failedChecking GTK 2...
gtk_init_check() failed*** Couldn't find a working GTK library!

So I:
Code:
#rpm -qa | grep gtk
gtkspell-2.0.7-3
pygtk2-libglade-2.6.2-0.fc4.4
pygtk2-2.6.2-0.fc4.4
gtk2-2.6.10-2.fc4.4
usermode-gtk-1.80-1
authconfig-gtk-4.6.12-2
gnome-python2-gtkhtml2-2.10.0-6
gtkhtml2-2.6.3-1
gtkhtml3-3.6.2-1
gtk2-devel-2.6.10-2.fc4.4
gtk+-1.2.10-39
gtk+-devel-1.2.10-39

Am I still missing a certain gtk package? If not, why can't it find it? Can I manually point to my installation?

Thanks!
 

Sri Narayan

New member
Please try to find gtk-config (normaly /usr/bin or /usr/local/bin). 2nd idea try to compile mupen without configure just with make.
 

Hacktarux

Emulator Developer
Moderator
I think your problem is because you're trying to run the configure script in console mode. Try to run it in graphic mode.
 

Top