[Gambas-user] ecompiling error gambas on curl << 7.19 solved with patch

PICCORO McKAY Lenz mckaygerhard at ...626...
Sun Jul 17 21:45:06 CEST 2016


sorry here the patch

--- gambas3-3.4.0.orig/gb.net.curl/src/CNet.c
+++ gambas3-3.4.0/gb.net.curl/src/CNet.c
@@ -38,6 +38,15 @@
 #ifndef CURLE_FTP_BAD_FILE_LIST
 #define CURLE_FTP_BAD_FILE_LIST 87
 #endif
+#ifndef CURLE_SSL_CRL_BADFILE
+#define CURLE_SSL_CRL_BADFILE 82 /* was on 7.19.0 */
+#endif
+#ifndef CURLAUTH_DIGEST_IE
+#define CURLAUTH_DIGEST_IE    (1<<4)  /* Digest with IE flavour */
+#endif
+#ifndef CURLE_SSL_ISSUER_ERROR
+#define CURLE_SSL_ISSUER_ERROR 83
+#endif
 #ifndef CURLE_CHUNK_FAILED
 #define CURLE_CHUNK_FAILED 88
 #endif


2016-07-17 15:44 GMT-04:00, PICCORO McKAY Lenz <mckaygerhard at ...626...>:
> hello all and benoit
>
> some time ago have troubles with the curl when i backporting gambas
> for old linux boxes
>
> now i have new troubles
>
> root at ...3203...:/media/DATASUPER/MASSENKOH-new/MASSENKOH-REPO/mskcommon/devel/gambas34#
> cat error
> CNet.c:65: error: ‘CURLAUTH_DIGEST_IE’ no se declaró aquí (no en una
> función)
> CNet.c:146: error: ‘CURLE_SSL_CRL_BADFILE’ no se declaró aquí (no en
> una función)
> CNet.c:147: error: ‘CURLE_SSL_ISSUER_ERROR’ no se declaró aquí (no en
> una función)
> make[5]: *** [gb_net_curl_la-CNet.lo] Error 1
>
>
>
> --
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>


-- 
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com




More information about the User mailing list