I'm using Cocos2d-x sdk in windows.
But I get following error during building.
Error 1 error C1083: Cannot open include file: 'sys/socket.h': No such file or directory (..\AppWarpX\socket.cpp)
Error 2 error C1083: Cannot open include file: 'pthread.h': No such file or directory (..\AppWarpX\appwarp.cpp)
Error 3 error C1083: Cannot open include file: 'pthread.h': No such file or directory
Error 4 error C1083: Cannot open include file: 'pthread.h': No such file or directory (..\AppWarpX\requests.cpp)
Error 5 error C1083: Cannot open include file: 'unistd.h': No such file or directory
Error 6 error C1083: Cannot open include file: 'pthread.h': No such file or directory (..\AppWarpX\utilities.cpp)
7 IntelliSense: cannot open source file "curl/curl.h"
8 IntelliSense: cannot open source file "pthread.h"
9 IntelliSense: cannot open source file "sys/socket.h"
10 IntelliSense: cannot open source file "netinet/in.h"
11 IntelliSense: cannot open source file "arpa/inet.h"
12 IntelliSense: cannot open source file "unistd.h"
How to do I ?