EWouters
EWouters
OpenRCT2 needs a file named `g2.dat` installed, which is normally generated during (non-cross) compilation. It's probably possible to build a minimal set on the host in order to generate the...
### x86_64 build on M1 Mac Errors: - cfunge: fails on make, gcc broken: Configuring cfunge... + cmake .. -- The C compiler identification is GNU 11.2.0 -- Checking whether...
This PR (https://github.com/SerenityPorts/SerenityDOOM/pull/11) makes doom build on x86_64 as well.
Libmad compiles for me if I set `use_fresh_config_sub` to false. Can someone on Linux test if it compiles like that on Linux as well? And possibly on Windows?
Thank you for testing! I found a better solution: https://github.com/SerenityOS/serenity/pull/13932. Maybe you can check if that compiles :)
Looks like I found the cause, thanks for the fix @AlJohri!
I have not put [this](https://github.com/axi0mX/ipwndfu/pull/78) (f52ad80) commit in as it has not been merged yet. Looks legit though.
@kbs-os check your logic, the if statement says `(not A) or (not B)` which, by De Morgan, is the same as `not (A and B)`.
Please check #67 and close this issue.
Looks like this was an accident. Please close.