Wideland's Bunnybot
Wideland's Bunnybot
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1708877)* *On Fri Mar 22 19:17:26 CET 2024, **Benedikt Straub (Nordfriese)** wrote:* --- Oh ok, sorry. When `g_fs` is created it is initially an empty wrapper. It is...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1708782)* *On Fri Mar 22 18:13:23 CET 2024, **Tóth András (tothxa)** wrote:* --- > I always get the warning about "No locale translations found" in master too. I...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1822364)* *On Sun May 12 23:16:10 CEST 2024, **Tóth András (tothxa)** wrote:* --- I got it to build on my oldoldstable system with `gcc-8` with the attached patch....
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1822387)* *On Sun May 12 23:29:11 CEST 2024, **Tóth András (tothxa)** wrote:* --- I think `po/CheckLocale.cmake` can also be removed. That also means we no longer have problem...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1826331)* *On Tue May 14 23:54:44 CEST 2024, **Tóth András (tothxa)** wrote:* --- Hmm, it's strange, this worked in my repo... (see https://github.com/tothxa/widelands/pull/13/checks) However, it looks like the...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1826406)* *On Wed May 15 00:37:45 CEST 2024, **Tóth András (tothxa)** wrote:* --- Re `gettext_noop()`s: No regressions found so doesn't concern this PR, but some of them don't...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1826726)* *On Wed May 15 09:15:55 CEST 2024, **Tóth András (tothxa)** wrote:* --- > Hmm, it's strange, this worked in my repo... It's because `find_library()` [doesn't actually work](https://discourse.cmake.org/t/find-library-does-not-find-stdc-fs/4764/2)......
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1826790)* *On Wed May 15 10:09:55 CEST 2024, **Benedikt Straub (Nordfriese)** wrote:* --- Hm, it still doesn't seem to work…? Alternatively, if `std::filesystem` is so bad for older...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1827213)* *On Wed May 15 13:59:09 CEST 2024, **Tóth András (tothxa)** wrote:* --- > Hm, it still doesn't seem to work…? Looks like undefined is different from `strequal...
*[Mirrored from Codeberg](https://codeberg.org/wl/widelands/pulls/4772#issuecomment-1829801)* *On Thu May 16 21:53:29 CEST 2024, **Tóth András (tothxa)** wrote:* --- Widelands segfaults in `get_config_bool()` on quitting. I believe it's because `shutdown_settings()` calls `release_textdomain()` before `write_config()`.