22 June 2026

XForms

System: Slackware Linux (version 15.0)
CPUs: Intel(R) Core(TM) i5-3230M CPU @2.60GHz
GPU: Mesa DRI Intel(R) HD Graphics 4000

GCC 11.2.0 output a linker error.

bash-5.1$ git clone --depth 289 --no-single-branch -q \
> https://git.savannah.nongnu.org/git/xforms.git
bash-5.1$ cd xforms
bash-5.1$ git log -1 --format="%h %n %cd"
2c1a9f1
 Mon Feb 10 17:22:32 2020 +0100
bash-5.1$ git log -p -1 -- fdesign/sp_spinner.c | sed -n '7,19p'
diff --git a/fdesign/sp_spinner.c b/fdesign/sp_spinner.c
index 8c3d4c3..9328304 100644
--- a/fdesign/sp_spinner.c
+++ b/fdesign/sp_spinner.c
@@ -30,7 +30,7 @@


 static FD_spinnerattrib * spn_attrib;
-FL_OBJECT *curobj;
+static FL_OBJECT * curobj;


 #define IS_INT_SPINNER( o ) \
bash-5.1$ git log -p -1 -- fdesign/sp_twheel.c | sed -n '7,19p'
diff --git a/fdesign/sp_twheel.c b/fdesign/sp_twheel.c
index 5cfda18..22537f6 100644
--- a/fdesign/sp_twheel.c
+++ b/fdesign/sp_twheel.c
@@ -38,7 +38,7 @@
 #include "spec/twheel_spec.h"

 static FD_twheelattrib * twheel_attrib;
-FL_OBJECT * curobj;
+static FL_OBJECT * curobj;


 /***************************************
bash-5.1$



bash-5.1$ lynx -dump \
> https://slackbuilds.org/repository/15.0/development/texi2html/ \
> | sed -n '12,15p'
Consider texi2html to be deprecated: according to its homepage,
"the route forward for authors is, in most cases, to alter manuals
and build processes as necessary to use the new features of the
makeinfo/texi2any implementation of GNU Texinfo.
bash-5.1$