|
From: Stephen B. <ste...@gm...> - 2024-11-02 18:38:15
|
Today I updated my local git repo of clisp to the latest commit
0e67ff47e and successfully configured and built clisp, but install
failed with many errors like this (I've attached a file with the full
shell output of make install):
In file included from /usr/include/string.h:462,
from /home/steve/src/clisp/build_20241102/gllib/string.h:41,
from clisp.c:23:
/home/steve/src/clisp/build_20241102/gllib/strings.h:42:3: error: #error "Please include config.h first."
42 | #error "Please include config.h first."
| ^~~~~
A web search found many reports with this error, but I could not find
anything that made make install succeed. My system is GNU/Linux with
gcc-14.2.0 and glibc-2.40. My last build of clisp, where make install
also succeeded, was last May 21, using the latest git commit at that
time; that system was with gcc-13.2.0 and glibc-2.39.
I'd be grateful for any help in solving this issue.
Steve Berman
|