christo (Chris Alberti)
- Login: christo
- Registered on: 05/14/2025
- Last sign in: 05/14/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/21/2025
-
03:53 PM Ruby Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool defines
- alanwu (Alan Wu) wrote in #note-5:
> @ntkme @christo if you have time, please try building with the latest master branch and see if the build issues are resolved. We can get this backported if so.
I can confirm this fixes the issue I...
05/15/2025
-
01:45 PM Ruby Bug #21340: Bump autoconf version to properly handle C23 bool/stdbool defines
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> Isn't `HAVE_STDBOOL_H` defined?
> ...
Not if you build on GCC 15 (or C23) using the ./configure script packaged with the official ruby release tar.gz.
GCC 15 bumps the default C standard ...
05/14/2025
-
04:35 PM Ruby Bug #21340 (Closed): Bump autoconf version to properly handle C23 bool/stdbool defines
- Right now if I install a recent release using rbenv or asdf, or manually download the latest release 3.4.3 or the preview 3.5.0, the included `./configure` seems to have been generated by an old version of autoconf. After running `./conf...