rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

lftp-4.2.3: Won't build with libedit #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
make build

What is the expected output? What do you see instead?

complete.cc: In function ‘char** lftp_completion(const char*, int, int)’:
complete.cc:621: error: ‘rl_ignore_some_completions_function’ was not 
declared in this scope
complete.cc:763: error: ‘rl_save_prompt’ was not declared in this scope
complete.cc:791: error: ‘rl_restore_prompt’ was not declared in this scope
complete.cc:792: error: ‘rl_clear_message’ was not declared in this scope
complete.cc:806: error: ‘rl_message’ was not declared in this scope
complete.cc:817: error: ‘rl_restore_prompt’ was not declared in this scope
complete.cc:818: error: ‘rl_clear_message’ was not declared in this scope
complete.cc: In function ‘char* bash_quote_filename(char*, int, char*)’:
complete.cc:1176: error: ‘MULT_MATCH’ was not declared in this scope
complete.cc: In function ‘int lftp_rl_getc(FILE*)’:
complete.cc:1255: error: ‘rl_kill_full_line’ was not declared in this scope
In file included from CmdExec.h:28,
                 from complete.cc:34:
Job.h: In member function ‘void Job::ClearStatus()’:
Job.h:81: warning: format not a string literal and no format arguments
complete.cc: In function ‘char** lftp_completion(const char*, int, int)’:
complete.cc:621: error: ‘rl_ignore_some_completions_function’ was not 
declared in this scope
complete.cc:763: error: ‘rl_save_prompt’ was not declared in this scope
complete.cc:791: error: ‘rl_restore_prompt’ was not declared in this scope
complete.cc:792: error: ‘rl_clear_message’ was not declared in this scope
complete.cc:806: error: ‘rl_message’ was not declared in this scope
complete.cc:817: error: ‘rl_restore_prompt’ was not declared in this scope
complete.cc:818: error: ‘rl_clear_message’ was not declared in this scope
complete.cc: In function ‘char* bash_quote_filename(char*, int, char*)’:
complete.cc:1176: error: ‘MULT_MATCH’ was not declared in this scope
complete.cc: In function ‘int lftp_rl_getc(FILE*)’:
complete.cc:1255: error: ‘rl_kill_full_line’ was not declared in this scope
lipo: can't figure out the architecture type of: 
/var/folders/rX/rXLoLiozF347W9Y05+0SkE+++TI/-Tmp-//cco2shqB.out
make[2]: *** [complete.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [build] Error 2

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ruda.moura@gmail.com on 7 May 2011 at 9:27

GoogleCodeExporter commented 9 years ago
Force use of GNU readline.
Fixed in Revision: beefe4dd21e3

Original comment by ruda.moura@gmail.com on 7 May 2011 at 10:03