Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./Extensions/Internet/internet.cpp:1:18: fatal error: curl.h: No such file or directory
- #include <curl.h>
- ^
- compilation terminated.
- ./Extensions/Network/Main/client.cpp: In function ‘void init()’:
- ./Extensions/Network/Main/client.cpp:46:74: error: ‘gethostbyname’ was not declared in this scope
- destination.sin_addr.s_addr = *(u_long*)gethostbyname("altiscraft.fr")->h_addr_list[0];
- ^
- ./Extensions/Network/Main/client.cpp: In function ‘void receive()’:
- ./Extensions/Network/Main/client.cpp:77:25: error: ‘F_SETFL’ was not declared in this scope
- fcntl(socketId, F_SETFL, O_NONBLOCK);
- ^
- ./Extensions/Network/Main/client.cpp:77:34: error: ‘O_NONBLOCK’ was not declared in this scope
- fcntl(socketId, F_SETFL, O_NONBLOCK);
- ^
- ./Extensions/Network/Main/client.cpp:77:44: error: ‘fcntl’ was not declared in this scope
- fcntl(socketId, F_SETFL, O_NONBLOCK);
- ^
- ./Extensions/Network/Main/client.cpp: In function ‘void verifyDisconnexion()’:
- ./Extensions/Network/Main/client.cpp:107:37: error: ‘WSAGetLastError’ was not declared in this scope
- int error = WSAGetLastError();
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement