Skip to content

How to compile on windows? #90

@Cool-Joe

Description

@Cool-Joe
[D:\Download\dev\wsServer-master] make
"  CC      src/ws.o"
src/ws.c:20:21: fatal error: pthread.h: No such file or directory
 #include <pthread.h>
                     ^
compilation terminated.
make: *** [src/ws.o] Error 1

Windows does not (and is unlikely to ever) support pthreads natively. So I wonder how this code can be compiled on windows?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions