[Bug 200] readline support for sftp

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jun 12 00:21:19 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=200





------- Additional Comments From dtucker at zip.com.au  2002-06-12 00:21 -------
I tried it on NetBSD/sparc 1.5.2. The first problem was obvious:
gcc [flags] -c sftp-int.c
sftp-int.c:32: readline/readline.h: No such file or directory
sftp-int.c:33: readline/history.h: No such file or directory
*** Error code 1

readline.h and history.h are in /usr/include/. Fixing that and moving on, I got

gcc [flags] -c sftp-int.c
sftp-int.c: In function `rl_remote_match':
sftp-int.c:901: `rl_completion_append_character' undeclared (first use in this 
function)
sftp-int.c:901: (Each undeclared identifier is reported only once
sftp-int.c:901: for each function it appears in.)
sftp-int.c: In function `rl_remote_list':
sftp-int.c:930: warning: implicit declaration of function 
`rl_display_match_list'
sftp-int.c:931: warning: implicit declaration of function 
`rl_forced_update_display'
sftp-int.c: In function `glob_match':
sftp-int.c:942: `rl_completion_display_matches_hook' undeclared (first use in 
this function)
sftp-int.c:948: warning: implicit declaration of function 
`rl_filename_completion_function'
sftp-int.c:948: warning: assignment makes pointer from integer without a cast
sftp-int.c: In function `sftp_completion':
sftp-int.c:986: warning: implicit declaration of function 
`rl_completion_matches'
sftp-int.c:986: warning: assignment makes pointer from integer without a cast
sftp-int.c: In function `interactive_loop':
sftp-int.c:1080: warning: assignment from incompatible pointer type
*** Error code 1

libedit doesn't seem to have either of 
rl_completion_append_character or rl_completion_display_matches_hook.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the openssh-unix-dev mailing list