cURL / Mailing Lists / curl-library / Single Mail

curl-library

RedHat Linux compile errors for curl.7.28.X

From: Frank Chang <frank_chang91_at_hotmail.com>
Date: Mon, 3 Dec 2012 16:31:38 -0500

Hello, Our project director is encountering the following compile errors on RedHat Linux:
 
../curl.7.28.0/nonblock.c:95:4: error: #error "no non-blocking method was found/used/set"
../curl.7.28.0/select.c:30:2: error: #error "We can't compile without select() or poll() support."
../curl.7.28.0/transfer.c:63:2: error: #error "We can't compile without socket() support!"
../curl.7.28.0/url.c:57:2: error: #error "We can't compile without socket() support!"
../curl.7.28.0/warnless.c:56:4: error: #error "SIZEOF_SHORT not defined"
../curl.7.28.0/warnless.c:72:4: error: #error "SIZEOF_INT not defined"
 
As you can see they’re all #error pragmas, I think most of them are just looking for a #define (or /D). Although our project director could probably figure out what /D’s we should use, it seems that there would be a config file that would take care of this for us (ie, maybe it just needs to be made). Thank you.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-03