GCC15 switched its default to -std=gnu23 and there's a bug in pdcursesmod as a result. That impacts MSYS2/Mingw64 NetHack builds. See: https://github.com/Bill-Gray/PDCursesMod/issues/333 The suggestion there is to force --std=gnu17 as a workaround.
GCC15 switched its default to -std=gnu23 and there's a bug in pdcursesmod as a result. That impacts MSYS2/Mingw64 NetHack builds. See: https://github.com/Bill-Gray/PDCursesMod/issues/333 The suggestion there is to force --std=gnu17 as a workaround.