I'm trying to compile ssh-gui in Mythbuntu 11.04.
see http://sourceforge.net/projects/ssh-gui/
I downloaded and uncompressed the source files. When I tried to MAKE, I got the following:
Any idea how I can get gtk-config and glib-config?Code:user@Mythbuntu8:~/ssh-gui-0.7.1$ make gcc -Wall `gtk-config --cflags` `glib-config --cflags` -DPACKAGE="ssh-gui" -DVERSION="0.5" -c -o ssh-gui.o ssh-gui.c /bin/sh: gtk-config: not found /bin/sh: glib-config: not found ssh-gui.c:1:21: fatal error: gtk/gtk.h: No such file or directory compilation terminated. make: *** [ssh-gui.o] Error 1
Eric



Adv Reply

Bookmarks