bug#71752: commit 57a889b72 breaks cross compilation of 32bit target on 64bit host
Ludovic Courtès <[email protected]> Sun, 20 Oct 2024 21:28:27 +0200
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi, [email protected] skribis: > commit 57a889b7282dab303c4cdc49cccbbe22f961bd1c: > > commit 57a889b7282dab303c4cdc49cccbbe22f961bd1c > Author: Jonas Hahnfeld <[email protected]> > Date: Thu Feb 22 22:09:42 2024 +0100 > > build: Fix cross-compilation in out-of-tree-builds > > gen-scmconfig.h is generated in libguile, not $(top_builddir). > > * libguile/Makefile.am: Add '-I.' when compiling gen-scmconfig.o. > > Signed-off-by: Ludovic Court<C3><A8>s <[email protected]> > > was in response to the report quoted here: > > https://lists.gnu.org/archive/html/bug-guile/2024-05/msg00006.html > > (apologies for not replying inside the original mail thread: I was not > subscribed at the time) > > But, paradoxically, for me it breaks cross compilation of 32 bit > target on a 64 bit native host. Indeed. I did not notice your bug report at the time but this was fixed in c117f8edc471d3362043d88959d73c6a37e7e1e9, after 3.0.10 was released. Thanks! Ludo’.