Results 1 to 3 of 3

Thread: errors compiling ssh-gui

  1. #1
    Join Date
    Oct 2007
    Location
    Minneapolis, MN
    Beans
    292
    Distro
    Ubuntu 12.04 Precise Pangolin

    errors compiling ssh-gui

    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:
    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
    Any idea how I can get gtk-config and glib-config?

    Eric

  2. #2
    Join Date
    Nov 2007
    Beans
    70

    Re: errors compiling ssh-gui

    try this link, you need to install gtk1, it is no longer supported in the repo

    http://askubuntu.com/questions/27994...k-dependencies

    hope it helps

  3. #3
    Join Date
    Oct 2007
    Location
    Minneapolis, MN
    Beans
    292
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: errors compiling ssh-gui

    That looks pretty relevant and promising. Thank you!

    Eric

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •