@iPooPaLoT
Having this exact same error i managed to compile this package. I'm not sure its the exact same for you but i my case it was because the package djgpp-djcrx
was broken. This package provides i686-pc-msdosdjgpp-dxe3gen
tool which is required to build wrappers. Without it some wrappers files did not compile silently (ie yay didn't stop the process).
I managed to compile djgpp-djcrx, i proposed a solution for that on the AUR package page: https://aur.archlinux.org/packages/djgpp-djcrx
Pinned Comments
kharovtobi commented on 2025-06-13 01:50 (UTC)
PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to
mingw-w64-gcc
compiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk