On Wed, Nov 16, 2016 at 11:08:46PM +0100, Daniel Stenberg wrote:
> Due to the size and level of complexity of this work, I'm convinced there
> will be some work to get it to merge and there will most certainly be rough
> corners to smooth out even after it lands. Just be aware and please help out
> where you can.

I'm getting these errors with GnuTLS:

Making all in lib
make[1]: Entering directory '/tmp/c/lib'
make  all-am
make[2]: Entering directory '/tmp/c/lib'
  CC       vtls/libcurl_la-vtls.lo
/home/dan/src/curl-git/lib/vtls/vtls.c:526:5: error: redefinition of 
'Curl_ssl_getsock'
 int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
     ^
/home/dan/src/curl-git/lib/vtls/vtls.c:143:5: note: previous definition of 
'Curl_ssl_getsock' was here
 int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
     ^
Makefile:2025: recipe for target 'vtls/libcurl_la-vtls.lo' failed
make[2]: *** [vtls/libcurl_la-vtls.lo] Error 1
  CC       vtls/libcurlu_la-vtls.lo
/home/dan/src/curl-git/lib/vtls/vtls.c:526:5: error: redefinition of 
'Curl_ssl_getsock'
 int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
     ^
/home/dan/src/curl-git/lib/vtls/vtls.c:143:5: note: previous definition of 
'Curl_ssl_getsock' was here
 int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
     ^
Makefile:2900: recipe for target 'vtls/libcurlu_la-vtls.lo' failed
make[2]: *** [vtls/libcurlu_la-vtls.lo] Error 1

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html

Reply via email to