Menu

linux noob looking for help

Help
Anonymous
2006-11-19
2013-03-13
  • Anonymous

    Anonymous - 2006-11-19

    Hi,

    i just managed to get away from windows and hop onto the linux-train.

    I was looking for a decent replacement for zmud which i used back when i was a windows-user.

    Now that i am using linux i tried tintin, tinyfugue and gnome-mud. Sadly they either lack
    a graphical user interface as i am used to from zmud or they lack the functionality of triggers,
    aliases and highlights.

    So i downloaded the src of ggmud 0.6 and hit make as a friend told me... terrible error messages
    appeared.

    Well i am using Ubuntu 6.06 dapper Drake and was hoping if anyone could tell me if i had to install
    certain packages or to make any modifications to the Makefile in order to get the installation process
    working. Maybe someone could create and post a .deb or a .rpm installation package, since i already
    learned how to install them ... hmm ..

    When i tried to call 'make' Ubuntu returned:

    [code]
    for i in alias.c ansi.c font.c fileopen.c help.c history.c log.c logviewer.c m{acro.c net.c preferences.c ggmud.c triggers.c window.c wizard.c variables.c highlights.c gags.c timers.c complete.c prefix.c telnet.c lua.c interface.c callbacks.c support.c socks.c ; do \                 gcc -Itt -Ilua -Izlib `pkg-config gtk+-2.0 --cflags` -g  -DTELNET_SUPPORT -Wall -DWITH_LUA -DENABLE_MCCP -I../zlib -DENABLE_BINRELOC -DBR_PTHREADS=0 -c -M $i; \         done >  deptemp
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    alias.c:22:21: Fehler: gtk/gtk.h: No such file or directory
    In Datei, eingefügt von alias.c:28:
    ggmud.h:26:28: Fehler: gdk/gdkkeysyms.h: No such file or directory
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    In Datei, eingefügt von ansi.h:19,
                        von ansi.c:23:
    ggmud.h:25:21: Fehler: gtk/gtk.h: No such file or directory
    ggmud.h:26:28: Fehler: gdk/gdkkeysyms.h: No such file or directory
    Package gtk+-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gtk+-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gtk+-2.0' found
    font.c:23:21: Fehler: gtk/gtk.h: No such file or directory
    In Datei, eingefügt von font.c:29:
    ggmud.h:26:28: Fehler: gdk/gdkkeysyms.h: No such file or directory
    Package gtk+-2.0 was not found in the pkg-config search path.
    [/code]

    Then i tried to find that gtk+-2.0 and realised, that Ubuntu does not know such a package... so i ended up lost... please anyone with an idea how to solve my problem .. please help .. since while mudding i really miss all the nice features zmud had and ggmud offers to have ... THX in advance

    Best regards,

    Ingo

     
    • Steve Bretzke

      Steve Bretzke - 2006-11-19

      Try this:
      locate gtk+
      Identify the path to the location of the gtk+ library and then do:
      export PKG_CONFIG_PATH=(path to the gtk+ library)

      I hope this helps.

       
    • Gabriele Greco

      Gabriele Greco - 2006-11-20

      There is a linux binary of the 0.5 version, for testing purpose I think it's more than enough, the 0.6 is source only at the moment cause we are still working on his feature set.

      I'm quite sure anyway you miss the development package for gtk.

      Bye,
      Gabry

       
    • Anonymous

      Anonymous - 2006-11-21

      i do miss that ... just realized ... will try to get it installed tonight.

      On the other hand, I got the 0.5 version running and what shall i say... ITS GREAT. THX a LOT! Actually i like ggmud better than zmud. I especially like the window-command which i use to trigger group-communication and channel communications to extra-windows ... this feature is amazing. Finally i don't anymore miss any lines of the communication as i used to from time to time.

      Thumbs up!

       

Log in to post a comment.