• gtk*

    From KK4QBN@VERT/KK4QBN to All on Thu May 18 15:41:53 2017
    Hello all,

    I'm having an issue bulding all the GTK utils, gtkmonitor to be specific, I'm running the newest ubuntu released with GNOME, but have also tried under devian stretch and jesse. afaik I have all the prereqisits and dependencies fulfilled, but get the same error on build:

    sbbs@kk4qbn:/sbbs/src/sbbs3/gtkmonitor$ make
    make -C ../../xpdev mtlib
    make[1]: Entering directory '/home/sbbs/sbbs/src/xpdev'
    make[1]: Nothing to be done for 'mtlib'.
    make[1]: Leaving directory '/home/sbbs/sbbs/src/xpdev'
    make -C ../../smblib lib
    make[1]: Entering directory '/home/sbbs/sbbs/src/smblib'
    make[1]: Nothing to be done for 'lib'.
    make[1]: Leaving directory '/home/sbbs/sbbs/src/smblib'
    Compiling gtkmonitor.c
    Package libglade-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libglade-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libglade-2.0' found
    In file included from gtkmonitor.c:4:0:
    events.h:4:21: fatal error: gtk/gtk.h: No such file or directory
    #include <gtk/gtk.h>
    ^
    compilation terminated.
    ../../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.debug-mt/gtkmonitor.o' failed
    make: *** [gcc.linux.x64.obj.debug-mt/gtkmonitor.o] Error 1


    GLADE 2 and 3 is installed, I don't get it.. the PKG_CONFIG_PATH environ
    var is kinda screwing with me though as I have never needed to do this.. when using apt-get, usually everything is taken care of, is this trul this issue or what?

    btw. I love umonitor anyway and will be haooy t stick with it but the gtk stuff would be cool to have to.

    TIA!

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From Ragnarok@VERT/DOCKSUD to KK4QBN on Fri May 19 14:45:34 2017
    El 18/05/17 a las 12:41, KK4QBN escribi≤:
    Hello all,

    I'm having an issue bulding all the GTK utils, gtkmonitor to be specific, I'm running the newest ubuntu released with GNOME, but have also tried under devian
    stretch and jesse. afaik I have all the prereqisits and dependencies fulfilled,
    but get the same error on build:

    sbbs@kk4qbn:/sbbs/src/sbbs3/gtkmonitor$ make
    make -C ../../xpdev mtlib
    make[1]: Entering directory '/home/sbbs/sbbs/src/xpdev'
    make[1]: Nothing to be done for 'mtlib'.
    make[1]: Leaving directory '/home/sbbs/sbbs/src/xpdev'
    make -C ../../smblib lib
    make[1]: Entering directory '/home/sbbs/sbbs/src/smblib'
    make[1]: Nothing to be done for 'lib'.
    make[1]: Leaving directory '/home/sbbs/sbbs/src/smblib'
    Compiling gtkmonitor.c
    Package libglade-2.0 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `libglade-2.0.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'libglade-2.0' found
    In file included from gtkmonitor.c:4:0:
    events.h:4:21: fatal error: gtk/gtk.h: No such file or directory
    #include <gtk/gtk.h>
    ^
    compilation terminated.
    .../../build/Common.gmake:434: recipe for target 'gcc.linux.x64.obj.debug-mt/gtkmonitor.o' failed
    make: *** [gcc.linux.x64.obj.debug-mt/gtkmonitor.o] Error 1


    GLADE 2 and 3 is installed, I don't get it.. the PKG_CONFIG_PATH environ
    var is kinda screwing with me though as I have never needed to do this.. when using apt-get, usually everything is taken care of, is this trul this issue or
    what?

    btw. I love umonitor anyway and will be haooy t stick with it but the gtk stuff
    would be cool to have to.

    TIA!

    you must add devel package of gtk:

    apt-get install libgtk2.0-dev

    Saludos!

    ---
    ■ Synchronet ■ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From mark lewis@VERT to KK4QBN on Fri May 19 15:59:20 2017
    On 2017 May 18 11:41:52, you wrote to All:

    GLADE 2 and 3 is installed,

    but are their -dev packages installed? having the precompiled stuff installed is one thing but you also need the developer packages installed to compile against them...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Before you find your handsome prince, you've got to kiss a lot of frogs. ---
    * Origin: (1:3634/12.73)
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From KK4QBN@VERT/KK4QBN to Ragnarok on Fri May 19 18:34:25 2017
    Re: Re: gtk*
    By: Ragnarok to KK4QBN on Fri May 19 2017 10:45 am

    you must add devel package of gtk:

    apt-get install libgtk2.0-dev

    I did remember having this installed on the debian system and it did'nt help, apt-get cannot find this under ubuntu, I will dig around and find what repo has it or what it is named and see if this is the issue.. thanks.

    By the might of Thors hammer we shall all be protected!

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365
  • From KK4QBN@VERT/KK4QBN to mark lewis on Fri May 19 18:35:50 2017
    Re: gtk*
    By: mark lewis to KK4QBN on Fri May 19 2017 11:59 am


    GLADE 2 and 3 is installed,

    but are their -dev packages installed? having the precompiled stuff installed is one thing but you also need the developer packages installed to compile against them...

    I for sure knew they were installed on the debian system, I'm checking now on ubuntu... thanks for your help guys, will get back with you if I have the same issue as I did with Debian.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    ■ Synchronet ■ KK4QBN + (706)-422-9538 + kk4qbn.synchro.net + 24/7/365