Skip to content

Cannot compile for Windows #4

@hamyyy

Description

@hamyyy

When i try to build the project i get the following error:

src\main.c(30,10): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory

I'm using Windows 11, vscode with C/C++ Tools and CMake Tools extensions. I allow cmake to configure the project which it seems to do without a problem. But when I try to build I get the above compilation errors.
After searching I found that unistd.h (and possibly other header files) are specific to UNIX operating systems. I have run the project in WSL (Linux kernal on Windows) and it works fine. Maybe this project hasn't been ported to windows yet? Any help or insight into the matter is deeply appreciated.

Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions