• gtkmonitor

    From Mortifis@VERT/ALLEYCAT to All on Monday, October 08, 2018 17:45:42
    While attempting to compile gtkmonitor I am encountering this error:

    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:446: recipe for target 'gcc.linux.armv7l.obj.debug-mt/gtkmonitor.o' failed

    I checked to see if libglade2-0 is installed and it is (there is no libglade-2.0)

    sudo apt-get install libglade2-0
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libglade2-0 is already the newest version (1:2.6.4-2)

    I am using Raspbian 4.14.70-v7+ #1144 SMP Tue Sep 18 17:34:46 BST 2018 armv7l GNU/Linux

    ---
    þ Synchronet þ Twisted Truckers BBS web asmf-etrucker.com:81 telnet asmf-etrucker.com
  • From Mortifis@VERT/ALLEYCAT to All on Monday, October 08, 2018 18:07:38
    Update ... after some search I found that libglade2-dev also needs to be installed but now I am getting this error:

    Linking gcc.linux.armv7l.exe.debug/gtkmonitor
    /usr/bin/ld: cannot find -lsbbs

    Any ideas?

    ---
    þ Synchronet þ Twisted Truckers BBS web asmf-etrucker.com:81 telnet asmf-etrucker.com
  • From Digital Man@VERT to Mortifis on Monday, October 08, 2018 14:50:11
    Re: gtkmonitor
    By: Mortifis to All on Mon Oct 08 2018 06:07 pm

    Update ... after some search I found that libglade2-dev also needs to be installed

    Yeah, that package is listed here: http://wiki.synchro.net/install:nix:prerequisites#recommended

    but now I am getting this error:

    Linking gcc.linux.armv7l.exe.debug/gtkmonitor
    /usr/bin/ld: cannot find -lsbbs

    Any ideas?

    Didn't link libsbbs.so first (run make in src/sbbs3)?

    digital man

    Synchronet "Real Fact" #7:
    The name "Synchronet" was suggested by Steve Deppe (Ille Homine Albe) in 1991. Norco, CA WX: 75.2øF, 53.0% humidity, 3 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to Digital Man on Tuesday, October 09, 2018 11:00:50
    Re: gtkmonitor
    By: Mortifis to All on Mon Oct 08 2018 06:07 pm

    Update ... after some search I found that libglade2-dev also needs to be installed

    Yeah, that package is listed here: http://wiki.synchro.net/install:nix:prerequisites#recommended
    Thought I had all the prereqs since I've compiled everything else :-p
    but now I am getting this error:

    Linking gcc.linux.armv7l.exe.debug/gtkmonitor
    /usr/bin/ld: cannot find -lsbbs

    Any ideas?

    Didn't link libsbbs.so first (run make in src/sbbs3)?

    digital ma

    Another duh moment for me .... I ran make for the sbbs as RELEASE but gtkmonitor as DEBUG so it was looking in the wrong gcc...obj. directory ... all good now, thanks DM

    ---
    þ Synchronet þ Twisted Truckers BBS web asmf-etrucker.com:81 telnet asmf-etrucker.com