Peter0x44
Peter0x44
The build had -Werror enabled, which caused some warnings to make the build fail. -std=gnu89 was also added to CFLAGS, which caused a build error on a c99 style for...
Currently, users who run emcmake without cmake on the PATH are greeted with confusing errors like: ``` emcmake cmake .. configure: cmake .. -DCMAKE_TOOLCHAIN_FILE=D:\src\emsdk\upstream\emscripten\cmake\Modules\Platform\Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=D:/src/emsdk/node/18.20.3_64bit/bin/node.exe -G Ninja emcmake: error: 'cmake...
### Proposal Details The debug/pe package currently uses this file struct: ```go // A File represents an open PE file. type File struct { FileHeader OptionalHeader any // of type...
I noticed the CI was failing because changelog.txt got renamed to changelog.md. I made a small change to the build script to fix this. I then noticed the windows artifacts...
### Description / Steps to reproduce the issue 1. pacman -S mingw-w64-ucrt-x86_64-mesa 2. export VK_ICD_FILENAMES=/ucrt64/share/vulkan/icd.d/lvp_icd.x86_64.json 3. try to start anything using vulkan. vulkaninfo is a good test. 4. observe that...