Re: [Fspclient-users] kick new fspclient out
FSP command line client with FTP like interface
Brought to you by:
hsn
From: Radim K. SF.N. <hs...@se...> - 2004-11-08 17:17:23
|
> make[3]: Entering directory `/tmp/fspclient-0.0.7/client/remote' > if /usr/bin/gcc-3.4 -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT rdir.o -MD -MP -MF ".deps/rdir.Tpo" \ > -c -o rdir.o `test -f 'rdir.c' || echo './'`rdir.c; \ > then mv -f ".deps/rdir.Tpo" ".deps/rdir.Po"; \ > else rm -f ".deps/rdir.Tpo"; exit 1; \ > fi > rdir.c: In function `rdir_main': > rdir.c:34: error: assignment of read-only location > rdir.c:35: error: assignment of read-only location > rdir.c:38: error: assignment of read-only location > rdir.c:42: warning: passing arg 1 of `free' discards qualifiers from pointer target type Do you have correct revision? Maybe you should do checkout from ssh-enabled cvs repo. my rdir.c is different (hsn@ttyv3):~/sf/fspclient/client/remote% ll rdir.c -rw-r--r-- 1 hsn users 1198 Oct 28 22:06 rdir.c (hsn@ttyv3):~/sf/fspclient/client/remote% wc -l rdir.c 37 rdir.c (hsn@ttyv3):~/sf/fspclient/client/remote% md5 rdir.c MD5 (rdir.c) = f251c5cd8defa9e0592038ca80e62db6 |