Brecht Sanders
Brecht Sanders
Can you please check if the following release still has those issues when using the supplied `mingw32-make`? https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0mcf-11.0.1-ucrt-r3 Additional question: what kind of drive is your `Z:` drive?
Any feedback on this?
I just wanted to let you guys know that native Windows 64-bit build does work with MinGW-w64. You can find my build instructions at: https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes/pgm-index.winlib This uses mman port to...
The issue still exists in 5.5.3, but when building current master for win64 it succeeds.
Do you have the same issue when building with this release? https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.1.0-11.0.0-msvcrt-r2
You are right, there is an issue with the 64-bit toolchain in release https://github.com/brechtsanders/winlibs_mingw/releases/13.1.0-11.0.0-msvcrt-r2/ - I can reproduce the `as.exe` error. I will investigate.
I made a new release and checked that id doesn't contain any binary files that are 0 bytes: https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.1.0-11.0.0-msvcrt-r3
zstd support is included, not sure why you get `lto1.exe: internal compiler error: original not compressed with zstd`. Did you completely rebuild everything with the new compiler release? Does it...
Extracting with libarchive works fine. I have attached a .zip file with 2 examples, one where backslashes where used and one where I replaced backslashes with slashes before calling `archive_entry_set_pathname`....
The resulting name should be UTF-8. Which encoding did you use to display the name?