Closed
Description
I was investigating the build-mingw64.sh in the zyn-fusion build repo and fixing all the errors that came up. I have been succesful so far. However when running "make windows" in mruby-zest-build I get the following error:
C:/msys64/home/Paul/zyn-fusion-build/mruby-zest-build/deps/mruby-process/src/process.c:14:10: fatal error: sys/wait.h: No such file or directory
14 | #include <sys/wait.h>
| ^~~~~~~~~~~~
I attached the full output of the make command.
log.txt
The error probably comes from the usage of the wait() function, which does not exist in windows. If there is no way to solve the problem in mruby-zest, then the build system probably needs to be switched to cygwin.
I apologize if that is not the correct repo to ask about.