Skip to content

Troubles with "make windows" #20

Closed
@PaulHaeger

Description

@PaulHaeger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions