Cosima Neidahl
Cosima Neidahl
The 32-bit Qt 5¹ Windows 7 builds use MinGW 8.1.0, which is [the last version that Qt 5 gets tested with to this day](https://wiki.qt.io/Qt_5.15_Tools_and_Versions#windows_7_x86). [GCC 8.1.0 should support C++17 according...
> clang as its compiler toolchain and musl as its standard c library I tried to replicate that configuration, but it would require too many patches to other packages to...
No problem! Glad you managed to resolve this.
AFAICT, it's missing executable bit. `chmod +x` fixes it for me (x86_64).  Please confirm if that also fixes it for you, then I'll look into fixing it on the...
Problem appears to be that ZIP format does not preserve UNIX file permissions to the necessary degree for this to work. It's maybe possible with special attribute additions to the...
Considering the lack of a response (ping @djmaximum17 again, just in case), let's just try to apply the suggestion.
My distro doesn't have that new of a GCC yet, so thanks for the heads up. As a workaround for such (hopefully temporary) issues, try `CONFIG+=no_warnings_are_errors` with #508 when using...
Hey! Apologies for the delay, I've been busy with finals and some other stuff for awhile and wasn't able to do much work on this. KAJA has actually released the...
Allocation name & amount fixed by 11b0cecbf9edc2931e0e1868afade5afb164727d.
Checklist: - [x] `loadtest` - [ ] `p86extract` Doesn't crash but reads garbage data in `USE_LOWMEM` mode. - [ ] `p86create` Untested