• Building on the Pi

    From Dave Vandermeer@1:229/275 to All on Saturday, September 01, 2018 13:00:27
    Could someone please steer me in the right direction as to getting the proper source code to get this to build on a Raspberry Pi running Raspbian. Every readme and tutorial I come across results in failure lol

    MBSE's internal FSED has some quirks that I don't like .. mainly with keyboard controls (movement, etc)

    Any help would be greatly appreciated


    Dave Vandermeer (+o idbbs.dlinkddns.com)

    ... A Smith & Wesson *ALWAYS* beats 4 Aces.

    --- MBSE BBS v1.0.7.3 (GNU/Linux-ARM)
    * Origin: Internal Dimension [telnet://idbbs.dlinkddns.com] (1:229/275)
  • From Ben Ritchey@1:393/68.8 to Dave Vandermeer on Saturday, September 01, 2018 12:41:07
    * An ongoing debate between Dave Vandermeer and All rages on ...

    Could someone please steer me in the right direction as to getting the proper source code to get this to build on a Raspberry Pi running Raspbian. Every readme and tutorial I come across results in failure
    lol
    Any help would be greatly appreciated

    The one I built from current source in April of 2017 can be downloaded from:

    http://cmech.dynip.com/gedrpi.zip

    I don't recall any problems building it {shrug} though everything has it's quirks here and there lol :) If you just want to build it yourself I can look some more and probably find the source code I used on an SD card somewhere.


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet|ssh://cmech.dynip.com |
    | |
    | vvvvvv Email: fido4cmech(at)lusfiber.net |
    | { O O } Home page: http://cmech.dynip.com/homepage/ |
    | __m___oo___m__ |
    `--| | | |- WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 -'

    ... A thesaurus is not a dinosaur with a big vocabulary.
    --- GoldED+/W32-MSVC v1.1.5-g20180717 ... via Mystic BBS!
    * Origin: FIDONet - The Positronium Remote (1:393/68.8)
  • From Richard Menedetter@2:310/31 to Dave Vandermeer on Saturday, September 01, 2018 22:25:38
    Hi Dave!

    01 Sep 2018 13:00, from Dave Vandermeer -> All:

    Could someone please steer me in the right direction as to getting the proper source code to get this to build on a Raspberry Pi running Raspbian. Every readme and tutorial I come across results in failure
    lol

    I compiled it some time ago without any issues.
    What exact problem do you see?
    (see next post ... where somebody sent you a link ... I used the official source and had no issue to compile on rpi and odroid)

    CU, Ricsi

    ... This calls for a subtle blend of psychology and extreme violence.
    --- GoldED+/LNX
    * Origin: All true wisdom is found in taglines. (2:310/31)
  • From Roman Litvinenko@1:267/67 to Dave Vandermeer on Saturday, September 01, 2018 18:54:06
    Hello Dave!

    Saturday September 01 2018 13:00, you wrote to All:

    Could someone please steer me in the right direction as to getting the proper source code to get this to build on a Raspberry Pi running Raspbian. Every readme and tutorial I come across results in failure
    lol
    Here's what I did to make it running without any problems.

    Make sure you have all the necessery packages installed.
    sudo apt install build-essential git libncurses5-dev zip

    Git is not required, but I just prefer to git clone golded from github repo. Which is:
    https://github.com/golded-plus/golded-plus

    From the directory where you would like to store source files run this
    git clone https://github.com/golded-plus/golded-plus.git

    Cd into golded-plus and run ./dist-gpl.sh, just make sure that it is flagged as
    executable.
    If not "chmod +x dist-gpl.sh" it first.

    That's it. You'll have binaries in the "bin" directory and zipped dist in the sources root dir.
    I copy binaries to /usr/local/bin, where my husky binaries resides.
    You would probably need to copy gedlnx, gnlnx and rddtlnx (if you need it) binaries.
    There also will be a "golded" bash script which supposed to be some kind of launcher
    that suppose to fix issues with CP866 charset, it requires "screen" package to be installed to run,
    but I don't use it. I just start golded with gedlnx.

    Don't forget to place configs into ~/.golded, you will find config samples in the golded-plus dir
    you cloned earlier. There is also a ways to change the default config file location.

    Please note that golded won't start without proper config (golded.cfg) in the right place.

    Sorry if I wasn't clear enouht, I'm lousy at explaining stuff :)

    Roman

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: New origin (3) (1:267/67)
  • From Dave Vandermeer@1:229/275 to Ben Ritchey on Sunday, September 02, 2018 07:42:27
    Ben Ritchey wrote to Dave Vandermeer:


    The one I built from current source in April of 2017 can be downloaded from:

    http://cmech.dynip.com/gedrpi.zip


    Thanks.. I'll try that one out and see if it works for me.


    Dave Vandermeer (+o idbbs.dlinkddns.com)

    ... "Luke... Luke... Use the MOUSE, Luke" - Obi Wan Gates

    --- MBSE BBS v1.0.7.3 (GNU/Linux-ARM)
    * Origin: Internal Dimension [telnet://idbbs.dlinkddns.com] (1:229/275)
  • From Sean Dennis@1:18/200 to Dave Vandermeer on Monday, September 03, 2018 15:43:33
    Hello Dave,

    01 Sep 18 13:00 at you wrote to All:

    MBSE's internal FSED has some quirks that I don't like .. mainly with keyboard controls (movement, etc)

    You could just drop us a line and let us know what's going on. I don't use the FSED myself as I like joe a lot.

    Later,
    Sean
    MBSE Development Team Member

    ... 64,999,987 firearms owners killed no one yesterday.
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)
  • From Dave Vandermeer@1:229/275 to Sean Dennis on Tuesday, September 04, 2018 14:43:58
    Sean Dennis wrote to Dave Vandermeer:
    Hello Dave,

    01 Sep 18 13:00 at you wrote to All:

    You could just drop us a line and let us know what's going on. I don't use
    the FSED myself as I like joe a lot.


    It doesn't seem to understand cursor control codes when someone is using an Amiga telnet client (DCTelnet) .. and when using standard telnet client it doesn't seems to recognize them properly either, it either prints strange characters, or does nothing at all .. I might have to resort to using Joe until
    I can get this GoldEd+ problem figured out..


    Dave Vandermeer (+o idbbs.dlinkddns.com)

    ... A Smith & Wesson *ALWAYS* beats 4 Aces.

    --- MBSE BBS v1.0.7.3 (GNU/Linux-ARM)
    * Origin: Internal Dimension [telnet://idbbs.dlinkddns.com] (1:229/275)
  • From Tommi Koivula@2:221/10 to Roman Litvinenko on Friday, November 02, 2018 08:11:40
    Hi Roman.

    01 Sep 18 18:54, you wrote to Dave Vandermeer:

    Please note that golded won't start without proper config (golded.cfg) in
    the
    right place.

    *THAT* was the reason my golded wasn't working!

    Sorry if I wasn't clear enouht, I'm lousy at explaining stuff :)

    Thanks! :)

    'Tommi

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ======================================= (2:221/10)
  • From Kai Richter@2:240/77 to Tommi Koivula on Friday, November 02, 2018 16:07:14
    Hello Tommi!

    02 Nov 18, Tommi Koivula wrote to Roman Litvinenko:

    Please note that golded won't start without proper config
    (golded.cfg) in the right place.

    *THAT* was the reason my golded wasn't working!

    For basic configuration

    gedlnx -INSTALL

    could be used. For more options start "gedlnx -?". Most interesting for first install would be

    -C<configfile> Use a different configuration file.
    -D Disable old obsolete configuration keywords.
    -INSTALL[=path] Start the quick install procedure. Look in path, if given.
    -V or -VV Verbose or Very verbose (-VV) config compile.
    Use -VV to debug.

    If anyone wants to master golded configuration i would recommend the seperate documentation archive.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Tommi Koivula@2:221/10 to Kai Richter on Saturday, November 03, 2018 09:43:52
    For more options start "gedlnx -?".

    Well, that shows nothing, and that's why I thought that my compilation
    failed. In windows and os/2 the is a proper "golded.cfg not found" error message.

    'Tommi

    ---
    * Origin: smapinntpd://fidonet.fi:5000 (2:221/10.0)
  • From Kai Richter@2:240/77 to Tommi Koivula on Saturday, November 03, 2018 13:21:26
    Hello Tommi!

    03 Nov 18, Tommi Koivula wrote to Kai Richter:

    For more options start "gedlnx -?".

    Well, that shows nothing,

    Oh. If there wasn't a option-word change to -h, -help, --help or other usual canditates, then that would be worth a bug report.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Tommi Koivula@2:221/10 to Kai Richter on Monday, November 05, 2018 09:19:34

    Hello Kai!

    03 Nov 18 12:21, you wrote to me:

    For more options start "gedlnx -?".

    Well, that shows nothing,

    Oh. If there wasn't a option-word change to -h, -help, --help or other usual canditates, then that would be worth a bug report.

    Or is it just my system... When I say gedlnx >nul, I get the message. :)

    tommi@pin:~$ gedlnx
    tommi@pin:~$ gedlnx >nul
    GoldED+/LNX 1.1.5-b20180707
    *** Cannot start: /home/tommi/golded.cfg not found! ***
    tommi@pin:~$

    'Tommi

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: -------------------------------------------------- (2:221/10)
  • From Kai Richter@2:240/77 to Tommi Koivula on Monday, November 05, 2018 14:57:50
    Hello Tommi!

    05 Nov 18, Tommi Koivula wrote to Kai Richter:

    For more options start "gedlnx -?".

    Well, that shows nothing,

    Oh. If there wasn't a option-word change to -h, -help, --help or
    other usual canditates, then that would be worth a bug report.

    Or is it just my system... When I say gedlnx >nul, I get the message.
    :)

    No. Same here if i start without golded.cfg in correct place.


    tommi@pin:~$ gedlnx

    Same here.

    tommi@pin:~$ gedlnx >nul

    No visible output.

    GoldED+/LNX 1.1.5-b20180707
    *** Cannot start: /home/tommi/golded.cfg not found! ***

    "cat nul" no visible output. I need "nano nul" to see:

    ^[(B^[)0^[[?1049h^[[1;24r^[[m^[[4l^[[?1h^[=GoldED+/LNX 1.1.4.7
    ^[[39;49m*** Cannot start: ../golded.cfg not found! *** ^[[H^[[J^[[24;1H^[[?1049l^M^[[?1l^[>

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Richard Menedetter@2:310/31 to Tommi Koivula on Tuesday, November 06, 2018 21:05:10
    Hi Tommi!

    05 Nov 2018 08:19, from Tommi Koivula -> Kai Richter:

    Or is it just my system... When I say gedlnx >nul, I get the message.
    :)

    That is a known issue of the rushed ncurses implementation and the DOS legacy.

    CU, Ricsi

    ... I feel like a mushroom; I'm kept in the dark and feed BS all day!
    --- GoldED+/LNX
    * Origin: You are not only what you eat, but what you eat eats. (2:310/31)
  • From Tommi Koivula@2:221/360 to Richard Menedetter on Wednesday, November 07, 2018 09:27:12
    Hi Richard.

    06 Nov 18 20:05, you wrote to me:

    Or is it just my system... When I say gedlnx >nul, I get the
    message. :)

    That is a known issue of the rushed ncurses implementation and the DOS legacy.

    Ok, I see!

    'Tommi

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: rpi.rbb.bbs.fi (2:221/360)
  • From Brother Rabbit@2:460/5858 to Tommi Koivula on Friday, November 16, 2018 01:55:10
    Hi, Tommi!

    05 ноя 18 08:19, Tommi Koivula -> Kai Richter:

    For more options start "gedlnx -?".

    Well, that shows nothing,

    Oh. If there wasn't a option-word change to -h, -help, --help or other
    usual canditates, then that would be worth a bug report.

    Or is it just my system... When I say gedlnx >nul, I get the message. :)

    tommi@pin:~$ gedlnx
    tommi@pin:~$ gedlnx >nul
    GoldED+/LNX 1.1.5-b20180707
    *** Cannot start: /home/tommi/golded.cfg not found! ***
    tommi@pin:~$

    would you like to try this way?

    === Import Windows Clipboard Start ===

    [fido@BroRabbit ~]$ cat ~/bin/ged.sh
    #!/bin/sh

    /home/fido/bin/golded -C/home/fido/etc/simple.cfg

    === Import Windows Clipboard End ===

    Have nice nights.
    Brother Rabbit.

    --- Если ложка не стоит в сметане, очевидно, виновата не ложка!
    * Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)
  • From Tommi Koivula@2:221/360 to Brother Rabbit on Friday, November 16, 2018 09:17:40
    Brother Rabbit <2:460/5858> wrote:

    would you like to try this way?

    Thanks, but the problem was that there were no error message about not finding the config. Works now. :)

    'Tommi

    ---
    * Origin: *** nntps://rpi.rbb.bbs.fi *** (2:221/360)
  • From Brother Rabbit@2:460/5858 to Tommi Koivula on Friday, November 16, 2018 10:58:20
    Hi, Tommi!

    16 ноя 18 08:17, Tommi Koivula -> Brother Rabbit:

    would you like to try this way?

    Thanks, but the problem was that there were no error message about not finding the config.

    Even in golded.log in current dirrectory?

    Works now. :)

    It's good. ;)

    Have nice nights.
    Brother Rabbit.

    --- Мне бесполезно что-либо запрещать, я и так не собираюсь ничего делать.
    * Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)
  • From Tommi Koivula@2:221/360 to Brother Rabbit on Friday, November 16, 2018 10:12:16

    Thanks, but the problem was that there were no error message
    about not finding the config.

    Even in golded.log in current dirrectory?

    I believe not, because the log file exists but is still empty.

    Works now. :)

    It's good. ;)

    It is. :)

    'Tommi

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: rpi.rbb.bbs.fi (2:221/360)