The 4.5.6 has the same error:
$ ./configure --with-modules --without-gnutls --without-openssl
....

$ make
Making all in m4
Making all in doc
Making all in lib
Making all in src
ftpclass.cc: In member function 'virtual int Ftp::Do()':
ftpclass.cc:1614:22: error: 'PROT' is not a member of 'Ftp::Expect'
       || expect->Has(Expect::PROT))
                      ^
make[1]: *** [ftpclass.lo] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make: *** [all-recursive] Error 1


2014-10-14 15:54 GMT+02:00 Jeroen Roovers <j...@gentoo.org>:

> On Tue, 14 Oct 2014 14:14:26 +0200
> Juan Simón <deced...@gmail.com> wrote:
>
> > Without '--with-modules' fails too.
> >
> > And without any flag in './configure' fails compilation too in another
> > point:
> > Making all in m4
> > Making all in doc
> > Making all in lib
> > Making all in src
> > lftp_ssl.cc: In member function 'int lftp_ssl_gnutls::read(char*,
> > int)': lftp_ssl.cc:563:62: error: 'GNUTLS_E_PREMATURE_TERMINATION'
> > was not declared in this scope
> >        else if(res==GNUTLS_E_UNEXPECTED_PACKET_LENGTH ||
> > res==GNUTLS_E_PREMATURE_TERMINATION)
>
> https://github.com/lavv17/lftp/pull/97
>
>
>      jer
>
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to