From: Bruno H. <br...@cl...> - 2017-03-10 13:37:33
|
Hi Sam, > okay, build-porting64-gcc-spvw_pure_blocks failed _silently_ (IOW, the > above command kept going despite the failure). > The config.log is appended. This config.log succeeded and produced intparam.h and floatparam.h. > When I rerun it, it failed with > > --8<---------------cut here---------------start------------->8--- > ../src/lispbibl.d:5572:36: warning: left shift of negative value [-Wshift-negative-value] > objectplus(obj, (soint)(delta) << oint_data_shift) > ^ > ../src/lispbibl.d:501:47: note: in definition of macro ‘designated_init’ > #define designated_init(field,value) .field=value > ^~~~~ > ../src/lispbibl.d:3218:35: note: in expansion of macro ‘as_object’ > #define objectplus(obj,offset) as_object(as_oint(obj)+(soint)(offset)) > ^~~~~~~~~ > ../src/lispbibl.d:5572:5: note: in expansion of macro ‘objectplus’ > objectplus(obj, (soint)(delta) << oint_data_shift) > ^~~~~~~~~~ > ../src/spvw_weak.d:886:51: note: in expansion of macro ‘fixnum_inc’ > TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1); > ^~~~~~~~~~ > Makefile:1068: recipe for target 'spvw.o' failed > make[1]: *** [spvw.o] Error 1 > make[1]: Leaving directory '/home/sds/src/clisp/current/build-porting64-gcc-spvw_pure_blocks' > --8<---------------cut here---------------end--------------->8--- The 'note' and 'warning' diagnostics are irrelevant for the failure here. So I still cannot guess what produced these "missing intparam.h and floatparam.h" errors in your build. Bruno |