GNU bug report logs - #78464
Guile fails to build with GCC 15

Previous Next

Package: guile;

Reported by: Collin Funk <collin.funk1 <at> gmail.com>

Date: Sat, 17 May 2025 06:13:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Collin Funk <collin.funk1 <at> gmail.com>
To: 78464 <at> debbugs.gnu.org
Subject: bug#78464: Guile fails to build with GCC 15
Date: Fri, 16 May 2025 23:12:27 -0700
[Message part 1 (text/plain, inline)]
GCC 15 defaults to '-std=gnu23' which leads to Guile failing to build
after running './configure && make'. This is because C23 made:

    int foo ();

equal to:

   int foo (void);

Unlike previous C standards where it was just a function with
unspecified arguments.

I have attached a patch that fixes this.

Collin

[0001-Fix-build-with-C23-compilers.patch (text/x-patch, attachment)]

This bug report was last modified 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.