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

2016-08-10 Thread Benoît Minisini
Le 17/07/2016 21:45, PICCORO McKAY Lenz a écrit : > 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_B

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

2016-07-17 Thread PICCORO McKAY Lenz
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 +

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

2016-07-17 Thread PICCORO McKAY Lenz
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@massenkoh:/media/DATASUPER/MASSENKOH-new/MASSENKOH-REPO/mskcommon/devel/gambas34# cat error CNet.c:65: error: ‘CURLAUTH_DIGEST_IE’ no se declaró aquí (no en u