• Newest updates..

    From Bill McGarrity@VERT/TEQUILAM to Digital Man on Sat Nov 25 18:45:00 2017
    Hiya Rob...

    Please forgive my lack of knowledge on this but the last batch of upgrades seems to be causing fits do to the gcc I am running here. I noticed you're using ver 6.3 but here on my Pi's I have Rasbian 4.9.2-10. It was a complete failure as it seems nothing would compile properly. Will I now have to upgrade to the newer version for everything to compile properly?

    Thanks...


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Digital Man@VERT to Bill McGarrity on Sat Nov 25 19:39:44 2017
    Re: Newest updates..
    By: Bill McGarrity to Digital Man on Sat Nov 25 2017 06:45 pm

    Hiya Rob...

    Please forgive my lack of knowledge on this but the last batch of upgrades seems to be causing fits do to the gcc I am running here. I noticed you're using ver 6.3 but here on my Pi's I have Rasbian 4.9.2-10. It was a complete failure as it seems nothing would compile properly. Will I now have to upgrade to the newer version for everything to compile properly?

    I think gcc 4.9 should still work and I certainlyi intend for it to work. What exactly is the error?

    digital man

    This Is Spinal Tap quote #27:
    As long as there's, y'know, sex and drugs, I can do without the rock and roll. Norco, CA WX: 67.0øF, 43.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to Digital Man on Sun Nov 26 12:40:00 2017
    Digital Man wrote to Bill McGarrity on 11-25-17 19:39 <=-

    Re: Newest updates..
    By: Bill McGarrity to Digital Man on Sat Nov 25 2017 06:45 pm

    Hiya Rob...

    Please forgive my lack of knowledge on this but the last batch of upgrades seems to be causing fits do to the gcc I am running here. I noticed you're using ver 6.3 but here on my Pi's I have Rasbian 4.9.2-10. It was a complete failure as it seems nothing would compile properly. Will I now have to upgrade to the newer version for everything to compile properly?

    I think gcc 4.9 should still work and I certainlyi intend for it to
    work. What exactly is the error?

    While running make RELEASE=1 UNDER ../sbbs/src/sbbs3 I was getting lots of the following depending on what was compiling at the time...

    Compiling date_str.c
    In file included from date_str.c:38:0:
    sbbs.h:110:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wmisleading-indentation"
    ^
    sbbs.h:111:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wignored-attributes"


    I went through the entire upgrade process as per instructions then I checked to see if sbbsecho (just a test) was updated to the new revision (3.61) and it wasn't.

    I also did it a second time using the make RELEASE=1 clean command in ALL the directories stated in the how-to wiki.. still getting remarks listed above.


    Hopefully this helps...

    Thanks..


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ
  • From Digital Man@VERT to Bill McGarrity on Sun Nov 26 18:48:23 2017
    Re: Newest updates..
    By: Bill McGarrity to Digital Man on Sun Nov 26 2017 12:40 pm

    Digital Man wrote to Bill McGarrity on 11-25-17 19:39 <=-

    Re: Newest updates..
    By: Bill McGarrity to Digital Man on Sat Nov 25 2017 06:45 pm

    Hiya Rob...

    Please forgive my lack of knowledge on this but the last batch of upgrades seems to be causing fits do to the gcc I am running here. I noticed you're using ver 6.3 but here on my Pi's I have Rasbian 4.9.2-10. It was a complete failure as it seems nothing would compile properly. Will I now have to upgrade to the newer version for everything to compile properly?

    I think gcc 4.9 should still work and I certainlyi intend for it to work. What exactly is the error?

    While running make RELEASE=1 UNDER ../sbbs/src/sbbs3 I was getting lots of the following depending on what was compiling at the time...

    Compiling date_str.c
    In file included from date_str.c:38:0:
    sbbs.h:110:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wmisleading-indentation"
    ^
    sbbs.h:111:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wignored-attributes"

    You can safely ignore any "warnings", including those.

    I went through the entire upgrade process as per instructions then I checked to see if sbbsecho (just a test) was updated to the new revision (3.61) and it wasn't.

    I also did it a second time using the make RELEASE=1 clean command in ALL the directories stated in the how-to wiki.. still getting remarks listed above.

    So your SBBSecho is still not updated?

    digital man

    Synchronet/BBS Terminology Definition #9:
    CR = Carriage Return (ASCII 13, Ctrl-M)
    Norco, CA WX: 67.0øF, 43.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Bill McGarrity@VERT/TEQUILAM to Digital Man on Mon Nov 27 10:01:00 2017
    Hiya Rob..

    Digital Man wrote to Bill McGarrity on 11-26-17 18:48 <=-

    Re: Newest updates..
    By: Bill McGarrity to Digital Man on Sun Nov 26 2017 12:40 pm

    I think gcc 4.9 should still work and I certainlyi intend for it to work. What exactly is the error?

    While running make RELEASE=1 UNDER ../sbbs/src/sbbs3 I was getting lots of the following depending on what was compiling at the time...

    Compiling date_str.c
    In file included from date_str.c:38:0:
    sbbs.h:110:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wmisleading-indentation"
    ^
    sbbs.h:111:10: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
    #pragma GCC diagnostic ignored "-Wignored-attributes"

    You can safely ignore any "warnings", including those.


    OK.. great... thanks.

    I went through the entire upgrade process as per instructions then I checked to see if sbbsecho (just a test) was updated to the new revision (3.61) and it wasn't.

    I also did it a second time using the make RELEASE=1 clean command in ALL the directories stated in the how-to wiki.. still getting remarks listed above.

    So your SBBSecho is still not updated?

    The 2nd time it did update to r3.61.

    I was more concerned over the "warnings" and wanted to make sure they weren't going to affect anything.

    Thanks again.... :)


    PS: I updated from the cvs again today and the warnings were significantly less. The only ones that were giving an "Implicit Declaration" were:

    js-global.c
    ftp_srvr.c
    mailsrvr.c
    services.c
    sbbscon.c
    websrvr.c

    Hope this helps..

    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    þ Synchronet þ TequilaMockingbird Online - Toms River, NJ