Hello everybody!
I downloaded golded-plus-1.1.5-20260825-win64-msvc18.zip
In it I found
gold_ref.txt Copyright (C) 1990-1999 by Odinn Sorensen
gold_usr.txt Copyright (C) 1990-1998 by Odinn Sorensen
These seem a little outdated.
Bit like the code - the people doing updates have not been adding update changelogs that revise manual and in some cases not including anything
in the log.
--- Mageia Linux v10 X64/Mbse v1.1.7.2/GoldED+/LNX 1.1.5-b20240604
Hey Vincent!
On Thu, 03 Sep 2026 16:35:28 +0100, you wrote:
Bit like the code - the people doing updates have not been adding
update changelogs that revise manual and in some cases not
including anything in the log.
--- Mageia Linux v10 X64/Mbse v1.1.7.2/GoldED+/LNX 1.1.5-b20240604
Seeing as though you haven't updated in 2+ years, how would you know
what you are saying is true? Have you been following any of the work
done in 2026; or 2025 for that matter?
Is anything that you are aware of that needs updating in either of the manuals? If not, everything in them still holds true for the current
code.
The "log" is used for logging issues with Golded once started/running.
It's not used for revising or updating progress on the code.
All recent updates have been written to docs/notework.txt. Not only in
the master branch, but in a newly made "unicode" fork, as well. If you followed along with any current progress, you would know that.
Is anything that you are aware of that needs updating in either of the manuals? If not, everything in them still holds true for the current
code.
I update when I can find a copy that will compile but not found any for
2 years or so
and yes I run under Linux and now have to hit return to get the echo
list page.
A list of ALT keys Golded uses would be nice.
My sysop boss advised me RTFM but asked where in the FM it was could not find it either.
Hey Vincent!
On Thu, 03 Sep 2026 18:23:04 +0100, you wrote:
I update when I can find a copy that will compile but not found any
for 2 years or so
Did you try the current source on github? Seems to compile just fine
for anyone else that has tried recently..?
and yes I run under Linux and now have to hit return to get the
echo list page.
Are you saying you have to hit enter when starting Golded to get to
the area list?
.. that means you probably have a bad option set in your config. What
does your golded.log say?
Hey Vincent!
On Thu, 03 Sep 2026 18:23:04 +0100, you wrote:
I update when I can find a copy that will compile but not found any
for 2 years or so
Did you try the current source on github? Seems to compile just fine
for anyone else that has tried recently..?
and yes I run under Linux and now have to hit return to get the
echo list page.
Are you saying you have to hit enter when starting Golded to get to
the area list?
I update when I can find a copy that will compile but not found any for 2 years
or so and yes I run under Linux and now have to hit return to get the echo
list
page.
A list of ALT keys Golded uses would be nice.
My sysop boss advised me RTFM but asked where in the FM it was could not find it either.
Downloaded copied old mygolded.h to folder ran dist-gpl.sh and that prduces lots of warnings and errors
Running GCC 15.2
Downloaded copied old mygolded.h to folder ran dist-gpl.sh and
that prduces lots of warnings and errors
Whenever I compile GED+, I get a lot of warnings and errors, but
that's GCC being picky. You can stop the warnings by modifying CMakeLists.txt at the top level (before defining the targets): add_compile_options(-w) -- that usually works for me.
Vincent Coen wrote to Nick Boel:
Downloaded copied old mygolded.h to folder ran dist-gpl.sh and
that prduces lots of warnings and errors
Whenever I compile GED+, I get a lot of warnings and errors, but
that's GCC being picky. You can stop the warnings by modifying CMakeLists.txt at the top level (before defining the targets): add_compile_options(-w) -- that usually works for me.
Running GCC 15.2
I'm using 11.2, but Slackware is very slow to update...
Downloaded copied old mygolded.h to folder ran dist-gpl.sh and that
prduces lots of warnings and errors
Running GCC 15.2
And it does .. Running the new version now.
(and I only used 'make')
--- GoldED+/LNX 1.1.5-b20260830
I'm unaware of what "dist-gpl.sh" does or if it has been modified in
the last decade or more. You could just try "make" and see what
happens. Works for me. and I'm using gcc (GCC) 16.2.1 20260810. See
the latest version in my tearline, compiled about 15 minutes ago with "make GOLD_UTF8=1".
Dennis Slagers wrote to Sean Dennis <=-
I m using Debian 12, compiled it, gets a a lot of warnings, but someone many years told me
as long as it compiles and does not exit before creating the final binaries are made you are just fine
Run it and if it works .. it works..
Nick Boel wrote to Vincent Coen <=-
I'm unaware of what "dist-gpl.sh" does or if it has been modified in
the last decade or more.
Vincent Coen wrote to Sean Dennis <=-
Now I program as well although using the GnuCobol compiler that
traslates into C and compiles to binary etc AND I do not get warning or errors and if I do I fix them as a matter of course. I do not accept
any warning or error messages as acceptable.
@CHRS: CP850 2^^^
compilerΓÇö-it's going to shout, but it is what it is. Since we can't
@MSGID: 1:18/200@fidonet 66966797
@PID: MBSE-BBS 1.1.7.2 (Linux-x86_64)
@CHRS: CP850 2
That's just the nature of running 35-year-old C code through a modern compiler—-it's going to shout, but it is what it is. Since we can't^
Vincent Coen wrote to Sean Dennis <=-
Now I program as well although using the GnuCobol compiler that
traslates into C and compiles to binary etc AND I do not get
warning or errors and if I do I fix them as a matter of course. I
do not accept
any warning or error messages as acceptable.
That's just the nature of running 35-year-old C code through a modern compiler—-it's going to shout, but it is what it is. Since we can't
change how GCC behaves much with old code, there's not much use
worrying about it unless you want to refactor the whole codebase for free...which is something I don't think anyone wants to do on their
own time.
Looks like wrong charset selected: UTF-8 sequence under CP850 CHRS
kludge :)
If you are referring to age of sources
Looks like wrong charset selected: UTF-8 sequence under CP850 CHRS
kludge :)
(and I only used 'make')
--- GoldED+/LNX 1.1.5-b20260830
FYI, there's a newer version already. ;)
I m using Debian 12, compiled it, gets a a lot of warnings, but
someone many years told me as long as it compiles and does not
exit before creating the final binaries are made you are just
fine Run it and if it works .. it works..
Turning off warnings can occasionally speed things up considerably
which is why I do it.
(and I only used 'make')
--- GoldED+/LNX 1.1.5-b20260830
FYI, there's a newer version already. ;)
You were saying?
.. damn those timezones .. When I looked when I had time yesterday
there was no new release yet Now 17 hours later there was ..
... I don't have a solution, but I admire the problem.
--- GoldED+/LNX 1.1.5-b20260904
* Origin: ---- BOFH: Problem solved, user deleted. (2:280/2060)
Hello Vincent,
04 Sep 26 21:14, you wrote to me:
If you are referring to age of sources
No, I was not. I was referring to the GoldEd source code, not whatever
'sources' you are talking about. To repeat what I said more
succinctly: don't look a gift horse in the mouth. The developers are spending their own free time and effort to help the community. If you
aren't going to use your 'decades of professional experience' to
submit a code fix for them, complaining about the warnings is just
wasting everyone's time.
I'm still seeing golded-plus-1.1.5-20260425 as Latest (?)
Hey Dennis!
On Fri, 04 Sep 2026 07:39:04 +0200, you wrote:
And it does .. Running the new version now.
(and I only used 'make')
--- GoldED+/LNX 1.1.5-b20260830
FYI, there's a newer version already. ;)
--- GoldED+/LNX 1.1.5-b20260830
FYI, there's a newer version already. ;)
Just relooked at https://github.com/golded-plus/golded-plus
last update was 5 months ago.
Where did you see it ?
05 Sep 26 17:18, you wrote to Nick Boel:
--- GoldED+/LNX 1.1.5-b20260830
FYI, there's a newer version already. ;)
Just relooked at https://github.com/golded-plus/golded-plus
last update was 5 months ago.
Where did you see it ?
https://github.com/evs38/golded-plus/
FYI, there's a newer version already. ;)
You were saying?
still ? why the binaries are executable and golded not after the 'make' where my system needs golded to be executable LOL ;)
--- GoldED+/LNX 1.1.5-b20260904
Just relooked at https://github.com/golded-plus/golded-plus
last update was 5 months ago.
Where did you see it ?
Hey Vincent!
On Sat, 05 Sep 2026 17:18:20 +0100, you wrote:
Just relooked at https://github.com/golded-plus/golded-plus
last update was 5 months ago.
Where did you see it ?
It's currently a fork off the master branch named 'unicode'.
I'm not sure what you mean here. After running 'make' your binaries
are in golded's 'bin' directory. If you 'sudo make install'
afterwards, they should end up in a more system-wide directory, like '/usr/local/bin' or something similar.
A list of ALT keys Golded uses would be nice.
IT has been well over 20 years since doing any C coding but I have no knowledge of C++ and at 79 I have no intention of trying to learn it
or any other OO product.
Hello Chris!
03 Sep 26, Chris Jacobs wrote to Nick Boel:
A list of ALT keys Golded uses would be nice.
Press F1 and then page down.
Regards
Kai
--- GoldED+/LNX 1.1.4.7
* Origin: Monobox (2:240/77)
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 108 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 00:35:30 |
| Calls: | 9,081 |
| Calls today: | 3 |
| Files: | 9,554 |
| D/L today: |
896 files (800M bytes) |
| Messages: | 426,432 |