Re: ftp/curl compiler error

2015-04-23 Thread Jakub Lach
: http://freebsd.1045724.n5.nabble.com/ftp-curl-compiler-error-tp6006985p6007099.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: ftp/curl compiler error

2015-04-23 Thread Beeblebrox via freebsd-ports
Jakub, url.c:3216:34: error: no member named 'ntlm' in 'struct connectdata' (wantNTLMhttp || check-ntlm.state != NTLMSTATE_NONE)) { ntlm is a Heimdal module, which means the gssapi_none knob isn't quite working as it should. I would suggest you try enabling one of the api knobs for now until

ftp/curl compiler error

2015-04-23 Thread Beeblebrox via freebsd-ports
I'm seeing this odd error when trying to compile ftp/curl configure: using CFLAGS: -I/usr/include -O2 -pipe -fstack-protector -fno-strict-aliasing configure: CFLAGS note: CFLAGS should only be used to specify C compiler flags, not include directories. Use CPPFLAGS for: -I/usr/include

Re: ftp/curl compiler error

2015-04-23 Thread Anton Yuzhaninov
On 04/23/15 11:56, Beeblebrox via freebsd-ports wrote: I'm seeing this odd error when trying to compile ftp/curl configure: using CFLAGS: -I/usr/include -O2 -pipe -fstack-protector -fno-strict-aliasing configure: CFLAGS note: CFLAGS should only be used to specify C compiler flags, not

Re: ftp/curl compiler error

2015-04-23 Thread Beeblebrox via freebsd-ports
Thanks for the pointer. The problem was option setting GSSAPI_BASE, which should have been GSSAPI_HEIMDAL. I don't build krb5 in world, therefore lkrb5 does not exist on the system. This results in the mentioned error, which fgrep on config.log displays: configure:4218: checking whether the C