in reply to Tk on Arch on Essentially Garbage Equipment
If it's any consolation, I get the same errors on a system with Linux kernel 6.14 and (i think) Xlib version 1.8. Can you not try to upgrade your system? Usually that is not space consuming. But it will fail if your hardware is no longer supported.
Another reason for failure is if your gcc compiler (sometimes aliased as cc in linux) is v14 or newer which it treats some warnings as errors and breaks everything in older systems (see https://stackoverflow.com/questions/79917415/gcc15-treats-warnings-as-errors-by-default). Needless to say that anyone trying to keep alive older computer systems will be in a lot of trouble if they allow gcc to be upgraded. Consider locking its version in your package manager. That is another way the "West" has found to shoot itself on the foot, additionally to a long strand of other equally idiotic moves we are witnessing lately.Shooting our feet is now the norm./rant
Now, if you feel adventurous, you can try the following hacks but be careful because a couple of them may break your tk scripts. Some of the failures are because of the gcc's idiotic breaking decision I mentioned above, but others are unexplained to me, like why USE_PREGCOMP_31027 is not defined although there is in the configuration. In any event, with these I managed to compile, run all the tests and install the beast to an older linux I keep.
bw, bliako
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk on Arch on Essentially Garbage Equipment
by Tux (Canon) on May 13, 2026 at 10:18 UTC | |
|
Re^2: Tk on Arch on Essentially Garbage Equipment DUMP GCC, USE CLANG INSTEAD
by bliako (Abbot) on May 13, 2026 at 22:55 UTC |