Discussion:
lftp 4.4.8 not compiling
David Crick
2013-05-29 20:44:05 UTC
Permalink
buffer_zlib.cc: In member function 'virtual void
DataInflator::ResetTranslation()':
buffer_zlib.cc:90:42: error: 'inflateReset2' was not declared in this scope
z_err = inflateReset2(&z, 16+MAX_WBITS);
^
make[1]: *** [buffer_zlib.lo] Error 1
Alexander V. Lukyanov
2013-05-30 07:18:16 UTC
Permalink
buffer_zlib.cc:90: error: 'inflateReset2' was not declared in this scope
buffer_zlib.cc:90:42: error: 'inflateReset2' was not declared in this scope
z_err = inflateReset2(&z, 16+MAX_WBITS);
This patch should fix it.

--
Alexander.
David Crick
2013-05-30 10:48:59 UTC
Permalink
Post by Alexander V. Lukyanov
buffer_zlib.cc:90: error: 'inflateReset2' was not declared in this scope
buffer_zlib.cc:90:42: error: 'inflateReset2' was not declared in this scope
z_err = inflateReset2(&z, 16+MAX_WBITS);
This patch should fix it.
compiles fine for me now with patch. Thanks.
Joel Lopez
2013-07-24 16:06:42 UTC
Permalink
Iam having the same error.
But iam tryng to apply this patch and i dont see aprogress. Iam new to the
Linux world. Searched for information but is not very clear how i apply this
patch.

can you please let me know how to do it?


--Joel


===================================

Loading...