unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-lzlib fix for native build with gcc-14
@ 2024-12-07  8:57 Janneke Nieuwenhuizen
  2024-12-07 20:29 ` Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Janneke Nieuwenhuizen @ 2024-12-07  8:57 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

Hi Mathieu,

This is a bit of a deja-vu, I'm using the attached patch for a native
build of guile-lzlib with gcc-14 on "core-packages-team".

Greetings,
Janneke


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-build-Support-gcc-14.patch --]
[-- Type: text/x-patch, Size: 910 bytes --]

From 8b0db8997007d427ce9e77cb8191e698d1c47f02 Mon Sep 17 00:00:00 2001
From: "janneke@gnu.org" <janneke@gnu.org>
Date: Sat, 7 Dec 2024 09:48:49 +0100
Subject: [PATCH] build: Support gcc-14.

* configure.ac: When compiling natively declare LZ_decompress_open before
using it in conftest.c.
---
 configure.ac | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4c56768..ffdab1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,10 @@ EOF
      else
        old_LIBS="$LIBS"
        LIBS="-llz"
-       AC_LINK_IFELSE([AC_LANG_SOURCE([int main () { return LZ_decompress_open(); }])],
+       AC_LINK_IFELSE([AC_LANG_SOURCE([
+int LZ_decompress_open ();
+int main () { return LZ_decompress_open(); }
+])],
 	 [guile_cv_liblz_libdir="`ldd conftest$EXEEXT | grep liblz | sed '-es/.*=> \(.*\) .*$/\1/g'`"])
        LIBS="$old_LIBS"
      fi])
-- 
2.46.0


[-- Attachment #3: Type: text/plain, Size: 164 bytes --]


-- 
Janneke Nieuwenhuizen <janneke@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: guile-lzlib fix for native build with gcc-14
  2024-12-07  8:57 guile-lzlib fix for native build with gcc-14 Janneke Nieuwenhuizen
@ 2024-12-07 20:29 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-12-07 20:29 UTC (permalink / raw)
  To: Janneke Nieuwenhuizen; +Cc: guile-user


Hello Janneke,

> This is a bit of a deja-vu, I'm using the attached patch for a native
> build of guile-lzlib with gcc-14 on "core-packages-team".

Pushed, thanks!

Mathieu



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-07 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  8:57 guile-lzlib fix for native build with gcc-14 Janneke Nieuwenhuizen
2024-12-07 20:29 ` Mathieu Othacehe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).