You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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?
The text was updated successfully, but these errors were encountered:
Windows does not (and is unlikely to ever) support pthreads natively. So I wonder how this code can be compiled on windows?
The text was updated successfully, but these errors were encountered: