Cosima Neidahl
Cosima Neidahl
The aarch64 build works on my PineBook Pro running NixOS FWIW.
> `-DHALIDE_DISTRIB_DIR=/usr/local/Cellar/halide/11.0.1_1 ..` Try building with Halide 10.
> and Bamboo tracker Just a small correction, BambooTracker does not have an FMgen option. We have the MAME core as a low-cost default and a modification of nuked-opn2 as...
(I opened this with not much testing or sleep, sorry) > 1. [Unix only] `/usr/share/vgmplay/` I think this should use CMake GNUInstallDirs' `CMAKE_INSTALL_FULL_DATADIR` to JustWork:tm: without having to manually set...
Ignoring `SOURCE_DATE_EPOCH` is bad: It's set precisely because [the build is supposed to *not* rely on the current date, to provide the same build results no matter when it's built](https://reproducible-builds.org/specs/source-date-epoch/#idm47)....
I experience this bug on x86_64 macOS with Clang 11. Building with GCC 12 instead makes the game work for me. Switching back to Clang triggers this assertion again.
What exactly is this? A shell script one is supposed to execute on their machine? A document with useful code snippets? What is "gitpod" and how would this script be...
If the file is supposed to be run by a user, then having the one-liner variant + long variant in there is pointless. It'll run the one-liner, then execute everything...
Could you also replace `/usr/bin/xdg-open` with `/usr/bin/env` and an added first argument of `"xdg-open"` please? The current code doesn't even find `xdg-open` on my system because it's in a completely...
I was assuming it needed an absolute path, but if just `xdg-open` works then yeah go for that.