on Linux 4.13.0-33-generic with gcc (Ubuntu 7.2.0-8ubuntu3.2) 7.2.0 I get
gcc -I/home/sds/src/clisp/current/src -I/home/sds/src/clisp/current/build-g/gllib -I/home/sds/src/clisp/current/src/gllib -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -fwrapv -fno-strict-aliasing -ggdb -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DNO_ASM -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvw.c
In file included from ../src/spvw.d:23:0:
../src/lispbibl.d:6536:6: error: #error oint_addr_mask does not cover CODE_ADDRESS_RANGE !!
#error oint_addr_mask does not cover CODE_ADDRESS_RANGE !!
^~~~~
Makefile:1103: recipe for target 'spvw.o' failed
make: *** [spvw.o] Error 1
after ./configure --with-debug build-g
Please provide the following additional info:
grep RANGE config.status./lisp.run -mm, as described in unix/PLATFORMS.the compilation error prevents building
lisp.run.Try a build with
--enable-portability. This build should not run into this compilation error, and from the lisp.run executable of this build you can try the-mmoption.should
--with-debugimply--enable-portability?Diff:
The attached patch will fix it. Thanks for the report!