From owner-freebsd-ports@FreeBSD.ORG Thu Apr 23 19:17:05 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0CC136A for ; Thu, 23 Apr 2015 19:17:05 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id BD11A1761 for ; Thu, 23 Apr 2015 19:17:04 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id A7DDE1BE64E3 for ; Thu, 23 Apr 2015 12:09:40 -0700 (PDT) Date: Thu, 23 Apr 2015 12:09:02 -0700 (MST) From: Jakub Lach To: freebsd-ports@freebsd.org Message-ID: <1429816142137-6007099.post@n5.nabble.com> In-Reply-To: <20150423141715.119fd18d@rsbsd.rsb> References: <20150423115654.61153412@rsbsd.rsb> <20150423141715.119fd18d@rsbsd.rsb> Subject: Re: ftp/curl compiler error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 19:17:05 -0000 any pointers for me? -O2 -pipe -march=native -fstack-protector -fno-strict-aliasing -Qunused-arguments -pthread -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c -o libcurl_la-url.lo `test -f 'url.c' || echo './'`url.c libtool: compile: cc -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -O2 -pipe -march=native -fstack-protector -fno-strict-aliasing -Qunused-arguments -pthread -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -fPIC -DPIC -o .libs/libcurl_la-url.o url.c:3216:34: error: no member named 'ntlm' in 'struct connectdata' (wantNTLMhttp || check->ntlm.state != NTLMSTATE_NONE)) { ~~~~~ ^ 1 error generated. *** Error code 1 Enabled - cookies, ipv6, proxy, gssapi_none, threaded_resolver. -- View this message in context: http://freebsd.1045724.n5.nabble.com/ftp-curl-compiler-error-tp6006985p6007099.html Sent from the freebsd-ports mailing list archive at Nabble.com.