From: Sam S. <sd...@gn...> - 2017-03-09 03:31:21
|
Hi Bruno, This is my first attempt to use your new multibuild targets. I did this: --8<---------------cut here---------------start------------->8--- $ make -f Makefile.devel multibuild-porting64-gcc ... ./comment5 ../src/aridecl.d | ./gctrigger | ./varbrace > aridecl.c End of comment outside comment in line 154 End of comment outside comment in line 199 g++ -I/home/sds/src/clisp/current/src -I/home/sds/src/clisp/current/build-porting64-gcc-debug_gcsafety/gllib -I/home/sds/src/clisp/current/src/gllib -g -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wno-sign-compare -Wno-format-nonliteral -Wno-invalid-offsetof -fno-strict-aliasing -ggdb -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DDEBUG_GCSAFETY -DENABLE_UNICODE -DDYNAMIC_FFI -c spvw.c In file included from ../src/spvw.d:23:0: ../src/lispbibl.d:323:83: fatal error: intparam.h: No such file or directory #include "intparam.h" /* integer-type characteristics created by the machine */ ^ compilation terminated. Makefile:1066: recipe for target 'spvw.o' failed make[1]: *** [spvw.o] Error 1 make[1]: Leaving directory '/home/sds/src/clisp/current/build-porting64-gcc-debug_gcsafety' --8<---------------cut here---------------end--------------->8--- This is a vanilla ubuntu 16.10 (Linux 4.8.0-40-generic x86_64 gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005). -- Sam Steingold (http://sds.podval.org/) on Ubuntu 16.10 (yakkety) X 11.0.11804000 http://www.childpsy.net/ http://palestinefacts.org http://memri.org http://www.memritv.org http://ffii.org Any connection between your reality and mine is purely coincidental. |