I am using the libcurl_devel 7.19.7-1.26.8-x86_64 in a Suse Linux Enterprise 11 SP3 environment.
The G++ version is: 4.7.2_20130108-0.15.45 and I am running it in c++11 mode.
I received a strange compile error which seems to be an programmatic error in the the curl.h file.
The error message was:
/usr/include/curl/curl.h:1621:62: error: expected ‘,’ or ‘...’ before numeric constant
The code on this line says:
CURL_EXTERN CURLcode curl_global_init_mem(long flags,
curl_malloc_callback m,
curl_free_callback f,
curl_realloc_callback r,
curl_strdup_callback s,
curl_calloc_callback c);
Aucun commentaire:
Enregistrer un commentaire