cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl 7.42.0 make error

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Thu, 23 Apr 2015 10:25:59 +0200

On Thursday 23 April 2015 10:19:55 Denys Rogovchenko wrote:
> Configure options:
>
> ./configure --disable-shared --enable-static --prefix=/tmp/curl1
> --disable-ldap --disable-sspi --without-ssl --without-ssl --without-libssh2
> --disable-rtsp --disable-pop3 --disable-imap --disable-gopher
> --disable-telnet --disable-smtp --disable-dict --disable-tftp
>
> after call make I have error:
>
> ...
>
> url.c:3212:34: error: no member named 'ntlm' in 'struct connectdata'
> (wantNTLMhttp || check->ntlm.state != NTLMSTATE_NONE)) {
> ~~~~~ ^
> 1 error generated.
> make[2]: *** [libcurl_la-url.lo] Error 1
> make[1]: *** [all] Error 2
> make: *** [all-recursive] Error 1
>
>
> Is that new libcurl 7.42.0 problem or ... ?
> Thanks

Yes, this is a bug in the last release of curl:

    https://github.com/bagder/curl/issues/231

It has been already fixed in the upstream git repository.

Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-23