• os2

    From Rick Smith@1:105/10.1 to All on Sun Feb 21 16:56:58 2021
    Greetings All!

    Can the current src be compiled for os2? I have some os2 golded .exe's but no nodelist compiler a lot of my cfg is broken Im guessing due to older code... Anyhow most of it works would just like to have latest if possible..



    ----
    Regards,


    Rick Smith (Nitro)

    ... Help save BBSing - Ask your host for INTBBS_WK today!
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (1:105/10.1)
  • From andrew clarke@3:633/267 to Rick Smith on Mon Feb 22 14:16:00 2021
    On 2021-02-21 16:56:58, Rick Smith (1:105/10.1) wrote to All:

    Can the current src be compiled for os2? I have some os2 golded .exe's
    but no nodelist compiler a lot of my cfg is broken Im guessing due to older code... Anyhow most of it works would just like to have latest if possible..

    I've tried, but I'm not sure what package "os2me.h" is in.

    I don't think it comes with EMX.

    === Cut ===
    make.exe[1]: Entering directory `D:/src/golded-plus/goldlib/gall'
    building gutlos2.o
    gcc -c -MD -D__INCLUDE_NEW_KEYWORDS__ -DGCFG_NOXBBS -DGCFG_NOCMAIL -DGCFG_NOCECHO -DGCFG_NODB -DGCFG_NODUTCHIE -DGCFG_NOEZY -DGCFG_NOFE -DGCFG_NOFIDOP
    CB -DGCFG_NOFMAIL -DGCFG_NOFD -DGCFG_NOGECHO -DGCFG_NOIMAIL -DGCFG_NOINTERMAIL -DGCFG_NOLORA -DGCFG_NOMAXIMUS -DGCFG_NOME2 -DGCFG_NOOPUS -DGCFG_NOPART
    OSS -DGCFG_NOPCB -DGCFG_NOPORTAL -DGCFG_NOPROBOARD -DGCFG_NOQECHO -DGCFG_NOQFRONT -DGCFG_NOQBBS -DGCFG_NORAECHO -DGCFG_NORA -DGCFG_NOSPCT -DGCFG_NOSQS
    H -DGCFG_NOSBBS -DGCFG_NOTERMAIL -DGCFG_NOTIMED -DGCFG_NOTOSSCAN -DGCFG_NOWATERGATE -DGCFG_NOWMAIL -DGCFG_NOXMAIL -DGCFG_NOSYNCHRONET -DGCFG_NO_MSSPEL
    L -DGCFG_NO_MYSPELL -DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DHAVE_STDARG_H -funsigned-char -g -I../../goldlib -I../../goldlib/gall -I../../goldlib/glibc -Wa
    ll -Wno-long-long -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK -DGMB_NOEZY -DGMB_NOGOLD -DGMB_NOHUDS -DGMB_NOPCB -DGMB_NOSMB -DGMB_NOWCAT -DGMB_NOXB
    BS -D__INCLUDE_NEW_KEYWORDS__ -DGCFG_NOXBBS -DGCFG_NOCMAIL -DGCFG_NOCECHO -DGCFG_NODB -DGCFG_NODUTCHIE -DGCFG_NOEZY -DGCFG_NOFE -DGCFG_NOFIDOPCB -DGCF
    G_NOFMAIL -DGCFG_NOFD -DGCFG_NOGECHO -DGCFG_NOIMAIL -DGCFG_NOINTERMAIL -DGCFG_NOLORA -DGCFG_NOMAXIMUS -DGCFG_NOME2 -DGCFG_NOOPUS -DGCFG_NOPARTOSS -DGC
    FG_NOPCB -DGCFG_NOPORTAL -DGCFG_NOPROBOARD -DGCFG_NOQECHO -DGCFG_NOQFRONT -DGCFG_NOQBBS -DGCFG_NORAECHO -DGCFG_NORA -DGCFG_NOSPCT -DGCFG_NOSQSH -DGCFG
    _NOSBBS -DGCFG_NOTERMAIL -DGCFG_NOTIMED -DGCFG_NOTOSSCAN -DGCFG_NOWATERGATE -DGCFG_NOWMAIL -DGCFG_NOXMAIL -DGCFG_NOSYNCHRONET -DGCFG_NO_MSSPELL -DGCFG
    _NO_MYSPELL -o ../../obj/emx/gall/gutlos2.o gutlos2.cpp
    gutlos2.cpp:39:19: os2me.h: No such file or directory
    gutlos2.cpp:61: error: ISO C++ forbids declaration of `DWORD' with no type gutlos2.cpp:61: warning: `__system__' attribute only applies to functions and
    function types, not to 'int'.
    gutlos2.cpp:61: error: parse error before `*' token
    gutlos2.cpp:62: error: ISO C++ forbids declaration of `DWORD' with no type gutlos2.cpp:62: warning: `__system__' attribute only applies to functions and
    function types, not to 'int'.
    gutlos2.cpp:62: error: redefinition of `int DWORD'
    gutlos2.cpp:61: error: `int DWORD' previously declared here
    gutlos2.cpp:62: error: parse error before `*' token
    gutlos2.cpp:79: error: parse error before `[' token
    gutlos2.cpp: In function `int g_init_os(int)':
    gutlos2.cpp:129: error: `ge_os2_loaderr' undeclared (first use this function) gutlos2.cpp:129: error: (Each undeclared identifier is reported only once for
    each function it appears in.)
    gutlos2.cpp:168: error: `pfnmciSendString' undeclared (first use this function) gutlos2.cpp:169: error: `pfnmciGetErrorString' undeclared (first use this
    function)
    make.exe[1]: *** [../../obj/emx/gall/gutlos2.o] Error 1
    make.exe[1]: Leaving directory `D:/src/golded-plus/goldlib/gall'
    make.exe: *** [all] Error 2
    === Cut ===

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  • From andrew clarke@3:633/267 to Rick Smith on Mon Feb 22 14:19:10 2021
    On 2021-02-22 14:16:00, andrew clarke (3:633/267) wrote to Rick Smith:

    make.exe[1]: *** [../../obj/emx/gall/gutlos2.o] Error 1
    make.exe[1]: Leaving directory `D:/src/golded-plus/goldlib/gall'
    make.exe: *** [all] Error 2
    === Cut ===

    In the meantime there's fairly recent build for OS/2 here:

    https://sourceforge.net/projects/golded-plus/files/Golded%2B%201.1.5%20snapshots/2017.03.03/gpos2-115-20170303.zip/download

    via https://sourceforge.net/projects/golded-plus/files/Golded+%201.1.5%20snapshots/2017.03.03/

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  • From Rick Smith@1:105/10.1 to andrew clarke on Mon Feb 22 06:37:32 2021
    Greetings andrew!

    Monday February 22 2021 14:19, you wrote to me about an urgent matter!:

    * Forwarded from area 'golded'
    On 2021-02-22 14:16:00, andrew clarke (3:633/267) wrote to Rick Smith:

    make.exe[1]: *** [../../obj/emx/gall/gutlos2.o] Error 1
    make.exe[1]: Leaving directory `D:/src/golded-plus/goldlib/gall'
    make.exe: *** [all] Error 2
    === Cut ===

    In the meantime there's fairly recent build for OS/2 here:

    https://sourceforge.net/projects/golded-plus/files/Golded%2B%201.1.5%2 0snapshots/2017.03.03/gpos2-115-20170303.zip/download

    via https://sourceforge.net/projects/golded-plus/files/Golded+%201.1.5 %20snapshots/2017.03.03/

    Thank you that will help....


    ----
    Regards,


    Rick Smith (Nitro)

    ... recipes: the license plates of BBSing.
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus Sysop Point --->>>>bbs.abon.us:2323 (1:105/10.1)
  • From Max Vasilyev@2:5057/77 to andrew clarke on Tue Feb 23 10:09:44 2021
    Hello andrew!

    22 Feb 21 14:16, you wrote to Rick Smith:

    Can the current src be compiled for os2? I have some os2 golded
    I've tried, but I'm not sure what package "os2me.h" is in.
    I don't think it comes with EMX.
    MMPM/2 toolkit for EMX https://hobbes.nmsu.edu/download/pub/os2/dev/emx/contrib/mm4emx11.zip

    WBR, Max. piwamoto!писем-нет
    --- скучаю по FleetStreet'у :-(((
    * Origin: Personal Reality (2:5057/77)
  • From Max Vasilyev@2:5057/77 to andrew clarke on Tue Feb 23 10:38:48 2021
    Hello andrew!

    22 Feb 21 14:19, you wrote to Rick Smith:

    In the meantime there's fairly recent build for OS/2 here: https://sourceforge.net/projects/golded-plus/
    SourceForge is an outdated read-only archive.
    Use https://github.com/golded-plus/ instead.
    My 2018.07.07 binaries are available at http://download.golded.org/

    WBR, Max. piwamoto!писем-нет
    --- скучаю по FleetStreet'у :-(((
    * Origin: Personal Reality (2:5057/77)
  • From andrew clarke@3:633/267 to Max Vasilyev on Tue Feb 23 21:45:30 2021
    On 2021-02-23 10:38:48, Max Vasilyev (2:5057/77) wrote to andrew clarke:

    In the meantime there's fairly recent build for OS/2 here:
    https://sourceforge.net/projects/golded-plus/

    SourceForge is an outdated read-only archive.
    Use https://github.com/golded-plus/ instead.

    Yes, however:

    http://golded-plus.sourceforge.net tells visitors to go here for binaries:

    https://github.com/golded-plus/golded-plus/releases/tag/golded-plus-1.1.5-20180707-1

    But there is no OS/2 binary there. :)

    My 2018.07.07 binaries are available at http://download.golded.org/

    I didn't know about that one. Thanks.

    Maybe a monthly FAQ would be useful...

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  • From andrew clarke@3:633/267 to Max Vasilyev on Tue Feb 23 23:34:02 2021
    On 2021-02-23 21:45:30, andrew clarke (3:633/267) wrote to Max Vasilyev:

    SourceForge is an outdated read-only archive.
    Use https://github.com/golded-plus/ instead.

    Yes, however:

    http://golded-plus.sourceforge.net tells visitors to go here for
    binaries:

    https://github.com/golded-plus/golded-plus/releases/tag/golded-plus-1.1. 5-20180707-1

    But there is no OS/2 binary there. :)

    The reason I mention this is because I saw the 1.1.5-20180707 binaries on GitHub, noticed the OS/2 binaries were missing, then wrongly assumed that maybe the OS/2 version doesn't actually build any more.

    So I'll try building it again, with mm4emx11.zip.

    Presumably it requires GCC-3.3.5-csd6.zip.

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)