Re: build-porting64-gcc-debug_gcsafety
Bruno Haible <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <64757835.rXeumMqXtm@omega> |
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 ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel