Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- altiscraft@overclock3000:~/DEV/AltisCraft.fr/Client$ php compile.php
- ./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:47: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 verifyDisconnexion()’:
- ./Extensions/Network/Main/client.cpp:107:83: error: ‘WSAGetLastError’ was not declared in this scope
- int lengthTemp = recv(socketId, bufferTmp, 1, 0), error = WSAGetLastError();
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement