1833271 Members
3258 Online
110051 Solutions
New Discussion

compiling lftp

 
Amy Musser
Occasional Contributor

compiling lftp

Has anyone been successful in compiling lftp? I am trying to compile version 3.5.12 using gcc on HP-UX 11.23.

I get fairly far in the make, but it stops here:

/include -I../include -I/opt/openssl/include -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -MT ftpclass.lo -MD -MP -MF ".deps/ftpclass.Tpo" -c -o ftpclass.lo ftpclass.cc; \
then mv -f ".deps/ftpclass.Tpo" ".deps/ftpclass.Plo"; else rm -f ".deps/ftpclass.Tpo"; exit 1; fi
ftpclass.cc: In member function 'virtual void IOBufferTelnet::PutTranslated(const char*, int)':
ftpclass.cc:4470: error: 'untranslated' was not declared in this scope
ftpclass.cc:4487: error: 'untranslated' was not declared in this scope
ftpclass.cc:4496: error: 'untranslated' was not declared in this scope
ftpclass.cc:4506: error: 'untranslated' was not declared in this scope
ftpclass.cc:4508: error: 'untranslated' was not declared in this scope
ftpclass.cc:4519: error: 'untranslated' was not declared in this scope


Thanks for any help.