• EleBBS

    From Nightfox@21:1/137 to Shurato on Sat Feb 14 17:16:37 2026
    Re: Re: Door Games
    By: Shurato to Nightfox on Sat Feb 14 2026 03:16 pm

    It's Pascal.

    I did a search online, and Free Pascal Compiler & Lazarus (IDE) come up for Pascal compilers. Maybe that's worth trying out, to build EleBBS on Linux.

    Nightfox
    --- SBBSecho 3.37-Linux
    * Origin: Digital Distortion: digdist.synchro.net (21:1/137)
  • From Shurato@21:2/148 to Nightfox on Mon Feb 16 18:34:00 2026

    Re: Re: Door Games
    By: Shurato to Nightfox on Sat Feb 14 2026 03:16 pm

    It's Pascal.

    I did a search online, and Free Pascal Compiler & Lazarus (IDE) come up for Pascal compilers. Maybe that's worth trying out, to build EleBBS on Linux.

    The current binaries were compiled with free pascal. I honestly have no idea where to start. The source is on github. I can't find any instructions.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,999)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From sPINOZa@21:1/116 to Shurato on Sun Feb 22 14:47:33 2026
    Hiya,

    I have been playing with the sources a long time ago, to change a bit of the look and feel (prompt and filelisting). I found elebbs very stable for up/download at that time.

    But concerning compiling, look in the baseinc directory. There are some config files for compiler options, including some instructions. I am not a programmer at all and I was able to compile the sources ... :)

    Good luck.


    Re: Re: Door Games
    By: Shurato to Nightfox on Sat Feb 14 2026 03:16 pm
    It's Pascal.
    I did a search online, and Free Pascal Compiler & Lazarus (IDE) come for Pascal compilers. Maybe that's worth trying out, to build EleBBS Linux.

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: -.sOUNDGARDEn.- a green disk full of sound & demos (21:1/116)
  • From Accession@21:1/700 to Shurato on Sun Feb 22 09:15:52 2026
    Hey Shurato!

    On Mon, Feb 16 2026 12:34:00 -0600, you wrote:

    The current binaries were compiled with free pascal. I honestly
    have no idea where to start. The source is on github. I can't find
    any instructions.

    How about here, which was the first place that stuck out to me (basically anything with "build" in it) when loading the github page:

    https://github.com/mbek/elebbs/tree/master/elebbs/builddoc

    Regards,
    Nick

    ... Sarcasm, because beating people up is illegal.
    --- SBBSecho 3.37-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (21:1/700)
  • From Shurato@21:2/148 to Accession on Sun Feb 22 12:39:00 2026

    * In a message originally to Shurato, Accession said:

    Gecko/20100101Thunderbird/140.7.2 Hey Shurato!

    On Mon, Feb 16 2026 12:34:00 -0600, you wrote:

    The current binaries were compiled with free pascal. I honestly have
    no idea where to start. The source is on github. I can't find any instructions.

    How about here, which was the first place that stuck out to me (basically anything with "build" in it) when loading the github page:

    https://github.com/mbek/elebbs/tree/master/elebbs/builddoc

    I'll try again. The last time I tried that, the directory structures didn't match the instructions.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,999)


    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From Nightfox@21:1/137 to Shurato on Sun Feb 22 14:10:34 2026
    Re: EleBBS
    By: Shurato to Nightfox on Mon Feb 16 2026 06:34 pm

    I did a search online, and Free Pascal Compiler & Lazarus (IDE) come up
    for Pascal compilers. Maybe that's worth trying out, to build EleBBS on
    Linux.

    The current binaries were compiled with free pascal. I honestly have no idea where to start. The source is on github. I can't find any instructions.

    I haven't used Pascal before, but would a different Pascal compiler not work?

    Nightfox
    --- SBBSecho 3.37-Linux
    * Origin: Digital Distortion: digdist.synchro.net (21:1/137)
  • From Exodus@21:1/144 to Nightfox on Sun Feb 22 19:56:29 2026

    I haven't used Pascal before, but would a different Pascal compiler not wor

    If you use something else you would need to convert it. Not all pascal code is the same.

    ... Insects really bug me.

    --- Renegade v1.40/DOS
    * Origin: The Titantic BBS Telnet - ttb.rgbbs.info (21:1/144)
  • From Shurato@21:2/148 to Exodus on Sun Feb 22 23:50:00 2026


    I haven't used Pascal before, but would a different Pascal compiler not
    wor

    If you use something else you would need to convert it. Not all pascal code is the same.

    I'm willing to do this... What Linux Pascal compiler should I use? Virtual Pascal is supposed to be more compatible with this than Free Pascal.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,999)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From fusion@21:1/616 to Shurato on Mon Feb 23 03:01:52 2026
    On 22 Feb 2026, Shurato said the following...

    If you use something else you would need to convert it. Not all pasc code is the same.

    I'm willing to do this... What Linux Pascal compiler should I use? Virtual Pascal is supposed to be more compatible with this than Free Pascal.

    VP can't be used to build a Linux version of EleBBS. Not without considerable (wasted imo) effort. The Linux version always used FreePascal.

    You would have to write a socket library (partially in assembler) yourself and port all sorts of stuff over. And depending on your luck (or the weather) you might not even get a binary that works out the other side. (You might get one
    using the linker from OpenWatcom tho? Hooray for complications)
    You can certainly go down this rabbit hole, but it's going to be 1000x harder than learning to build it with FreePascal.

    Do you get any sort of error output from the copy you have?

    --- Mystic BBS v1.12 A47 2021/12/25 (Windows/32)
    * Origin: cold fusion - cfbbs.net - grand rapids, mi (21:1/616)
  • From Exodus@21:1/144 to Shurato on Mon Feb 23 05:54:00 2026

    I'm willing to do this... What Linux Pascal compiler should I use? Virtua Pascal is supposed to be more compatible with this than Free Pascal.

    You only have 2 options that I know of for Linux crap. Free Pascal and Virtual Pascal.

    ... Before you see the light, you must die.

    --- Renegade v1.40/DOS
    * Origin: The Titantic BBS Telnet - ttb.rgbbs.info (21:1/144)