• Error compiling after updating

    From Angel Ripoll@2:341/66 to Todos on Fri May 15 19:43:28 2026
    Hola Todos!

    After updating with `git pull`, I get a compilation error. The error in question is that it can't find the mqtt.c file. After doing some research (I'm not a programmer), I've seen that during the update, the mqtt.c file is changed to mqtt.cpp, but in the gcc.linux.x64.obj.release-mt/mqtt.d file, mqtt.c still appears instead of mqtt.cpp. I suspect that's the problem, but I'm not sure.

    Do you know how to fix it?

    Thanks in advance.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20260304 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Accession@1:103/705 to Angel Ripoll on Fri May 15 17:21:46 2026
    Hey Angel!

    On Fri, May 15 2026 12:43:28 -0500, you wrote:

    After updating with `git pull`, I get a compilation error. The error
    in question is that it can't find the mqtt.c file. After doing some
    research (I'm not a programmer), I've seen that during the update,
    the mqtt.c file is changed to mqtt.cpp, but in the gcc.linux.x64.obj.release-mt/mqtt.d file, mqtt.c still appears
    instead of mqtt.cpp. I suspect that's the problem, but I'm not sure.

    Did you try running 'cleanall.sh' from the src directory first?

    Regards,
    Nick

    ... Sarcasm, because beating people up is illegal.
    ---
    ï¿­ Synchronet ï¿­ _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Angel Ripoll on Fri May 15 22:35:50 2026
    Re: Error compiling after updating
    By: Angel Ripoll to Todos on Fri May 15 2026 07:43 pm

    Hola Todos!

    After updating with `git pull`, I get a compilation error. The error in question is that it can't find the mqtt.c file. After doing some research (I'm not a programmer), I've seen that during the update, the mqtt.c file is changed to mqtt.cpp, but in the gcc.linux.x64.obj.release-mt/mqtt.d file, mqtt.c still appears instead of mqtt.cpp. I suspect that's the problem, but I'm not sure.

    Do you know how to fix it?

    Yes, run 'make clean' first.
    --
    digital man (rob)

    Sling Blade quote #25:
    Karl: they seen fit to put me in here and here I've been a great long while. Norco, CA WX: 70.6øF, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Angel Ripoll@2:341/66 to Accession on Sat May 16 10:01:42 2026
    Hola Accession!

    15 May 26 17:21, Accession dijo a Angel Ripoll:

    Did you try running 'cleanall.sh' from the src directory first?

    No.

    I just did it and it works perfectly. Thanks!

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20260304 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Angel Ripoll@2:341/66 to Digital Man on Sat May 16 09:59:52 2026
    Hola Digital!

    15 May 26 22:35, Digital Man dijo a Angel Ripoll:

    Yes, run 'make clean' first.

    Yes, I've already done it and it worked perfectly. Thanks.

    Now, the problem I'm having is that when I run "jsexec chksetup.js", it tells me that "Invoking: check_version
    !Synchronet 3.21e (latest release by Rob Swindell) is older than 3.22a"

    The other error I've tried to fix is that I'm not listed in sbbsimsg.lst. "!Zruspa's BBS is not listed in /sbbs/ctrl/sbbsimsg.lst" I've tried following the instructions, but I must be doing something wrong.

    Thanks for all :)

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20260304 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Digital Man@1:103/705 to Angel Ripoll on Sun May 17 13:46:22 2026
    Re: Error compiling after updating
    By: Angel Ripoll to Digital Man on Sat May 16 2026 09:59 am

    Hola Digital!

    15 May 26 22:35, Digital Man dijo a Angel Ripoll:

    Yes, run 'make clean' first.

    Yes, I've already done it and it worked perfectly. Thanks.

    Now, the problem I'm having is that when I run "jsexec chksetup.js", it tells me that "Invoking: check_version
    !Synchronet 3.21e (latest release by Rob Swindell) is older than 3.22a"

    That's not a problem. It's just telling you that you're running something newer than the latest release. But you already knew that, right?

    The other error I've tried to fix is that I'm not listed in sbbsimsg.lst. "!Zruspa's BBS is not listed in /sbbs/ctrl/sbbsimsg.lst" I've tried following the instructions, but I must be doing something wrong.

    That first message is not an error.
    --
    digital man (rob)

    Rush quote #56:
    His world is under anesthetic, subdivided and synthetic .. Digital Man
    Norco, CA WX: 70.6øF, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Angel Ripoll@2:341/66 to Digital Man on Sun May 17 23:24:34 2026
    Hola Digital!

    17 May 26 13:46, Digital Man dijo a Angel Ripoll:

    tells me that "Invoking: check_version

    !Synchronet 3.21e (latest release by Rob Swindell) is older than 3.22a"

    That's not a problem. It's just telling you that you're running something newer than the latest release. But you already knew that, right?

    No!. I understood it backwards. I thought I was using 3.21e and the last one was 3.22a. My mistake.


    The other error I've tried to fix is that I'm not listed in
    sbbsimsg.lst. "!Zruspa's BBS is not listed in /sbbs/ctrl/sbbsimsg.lst" I've
    tried following the instructions, but I must be doing something wrong.

    That first message is not an error.

    I know, I know it's telling me I'm not listed, but I've tried several times to appear in the list and haven't succeeded. I'll keep trying :)

    Thank you very much.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20260304 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Digital Man@1:103/705 to Angel Ripoll on Sun May 17 17:21:44 2026
    Re: Error compiling after updating
    By: Angel Ripoll to Digital Man on Sun May 17 2026 11:24 pm

    Hola Digital!

    17 May 26 13:46, Digital Man dijo a Angel Ripoll:

    tells me that "Invoking: check_version

    !Synchronet 3.21e (latest release by Rob Swindell) is older than 3.22a"

    That's not a problem. It's just telling you that you're running something newer than the latest release. But you already knew that, right?

    No!. I understood it backwards. I thought I was using 3.21e and the last one was 3.22a. My mistake.


    The other error I've tried to fix is that I'm not listed in
    sbbsimsg.lst. "!Zruspa's BBS is not listed in /sbbs/ctrl/sbbsimsg.lst" I've
    tried following the instructions, but I must be doing something wrong.

    That first message is not an error.

    I know, I know it's telling me I'm not listed, but I've tried several times to appear in the list and haven't succeeded. I'll keep trying :)

    By "first message" I was referring to the one about the version number.

    About the sbbsimsg.lst, an attempt to get a response from your system via systat UDP port 11 failed:
    https://cvs.synchro.net/scanmyports.ssjs?bbs.zruspas.org

    That's the reason.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #12:
    C128 = Commodore 128 (personal computer)
    Norco, CA WX: 70.6øF, 57.0% humidity, 0 mph NW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)