bug#20819: [PATCH] i18n: check for non-POSIX strtol_l

2015-06-15 Thread Natanael Copa
* configure.ac: Check for strtol_l * libguile/i18n.c: Check with HAVE_STRTOL_L before using strtol_l. This fixes build with musl libc. --- configure.ac| 5 +++-- libguile/i18n.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 19e00d8..

bug#73835: Build failure with gcc 14 and musl on 32 bit

2024-10-16 Thread Natanael Copa
Hi, I get this error message when compiling guile 3.0.9 and 3.0.10 with gcc 14 / musl libc on 32 bit Alpine Linux: filesys.c: In function 'scm_sendfile': filesys.c:1405:16: error: assignment to 'off_t *' {aka 'long long int *'} from incompatible pointer type 'scm_t_off *' {aka 'long int *'} [-W

bug#73835: Build failure with gcc 14 and musl on 32 bit

2024-10-16 Thread Natanael Copa
On Wed, 16 Oct 2024 09:56:22 +0200 Natanael Copa wrote: > Hi, > > I get this error message when compiling guile 3.0.9 and 3.0.10 with gcc > 14 / musl libc on 32 bit Alpine Linux: > > filesys.c: In function 'scm_sendfile': > filesys.c:1405:16: error: assignment t