Building clisp latest release on macOS Apple Silicon (aarch64 platform) with:
./configure --prefix=/opt/homebrew/Cellar/clisp/2.49_2 --with-readline=yes && make
fails with:
In file included from spvw.d:23:
lispbibl.d:1647:4: error: Preferred integer sizes depend on CPU -- readjust intBWsize, intWLsize, intBWLsize!
More recent versions compile nicely - just check them out.
Furthermore, if you add
to src/makemake.in (for instance, just after the corresponding block for Mac OS X/x86_64) then it compiles even with generational garbage collection (if you have a proper libsigsev installed)! It passes all tests except some socket related ones which are known to give problems under macOS anyway also with intel CPUs.
Roberto