Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. jbosh@jbosh-GA-990XA-UD3:/media/jbosh/B46EEAF46EEAAE74/cpr-example/build$ make
  2. [ 0%] Building C object opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/warnless.c.o
  3. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c:117:4: error: #error "SIZEOF_SIZE_T not defined"
  4. # error "SIZEOF_SIZE_T not defined"
  5. ^~~~~
  6. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c: In function ‘curlx_uztosz’:
  7. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c:333:37: error: ‘CURL_MASK_SSIZE_T’ undeclared (first use in this function); did you mean ‘CURL_MASK_SINT’?
  8. return (ssize_t)(uznum & (size_t) CURL_MASK_SSIZE_T);
  9. ^~~~~~~~~~~~~~~~~
  10. CURL_MASK_SINT
  11. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c:333:37: note: each undeclared identifier is reported only once for each function it appears in
  12. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c: In function ‘curlx_sotouz’:
  13. /media/jbosh/B46EEAF46EEAAE74/cpr-example/opt/cpr/opt/curl/lib/warnless.c:352:40: error: ‘CURL_MASK_USIZE_T’ undeclared (first use in this function); did you mean ‘CURL_MASK_SINT’?
  14. return (size_t)(sonum & (curl_off_t) CURL_MASK_USIZE_T);
  15. ^~~~~~~~~~~~~~~~~
  16. CURL_MASK_SINT
  17. opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/build.make:1814: recipe for target 'opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/warnless.c.o' failed
  18. make[2]: *** [opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/warnless.c.o] Error 1
  19. CMakeFiles/Makefile2:1125: recipe for target 'opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/all' failed
  20. make[1]: *** [opt/cpr/opt/curl/lib/CMakeFiles/libcurl.dir/all] Error 2
  21. Makefile:129: recipe for target 'all' failed
  22. make: *** [all] Error 2
  23. jbosh@jbosh-GA-990XA-UD3:/media/jbosh/B46EEAF46EEAAE74/cpr-example/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement