Guest User

Untitled

a guest
Aug 22nd, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. In file included from CurlFile.cpp:43:0:
  2. DllLibCurl.h:30:16: error: conflicting declaration ‘typedef void XCURL::CURL_HANDLE’
  3. #define CURL CURL_HANDLE
  4. ^
  5. In file included from CurlFile.cpp:21:0:
  6. CurlFile.h:32:28: note: previous declaration as ‘typedef struct XCURL::Curl_easy XCURL::CURL_HANDLE’
  7. typedef struct Curl_easy CURL_HANDLE;
  8. ^~~~~~~~~~~
  9. In file included from /usr/include/curl/curl.h:2426:0,
  10. from DllLibCurl.h:31,
  11. from CurlFile.cpp:43:
  12. /usr/include/curl/multi.h:58:14: error: conflicting declaration ‘typedef void XCURL::CURLM’
  13. typedef void CURLM;
  14. ^~~~~
  15. In file included from CurlFile.cpp:21:0:
  16. CurlFile.h:33:29: note: previous declaration as ‘typedef struct XCURL::Curl_multi XCURL::CURLM’
  17. typedef struct Curl_multi CURLM;
Add Comment
Please, Sign In to add comment