[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reactive Keyboard
- To: Struan Kerr-Liddell <http://www.dcs.ed.ac.uk/~sk>
- Subject: Re: Reactive Keyboard
- From: http://dummy.us.eu.org/robert (robert)
- Date: Fri, 20 Oct 2000 00:59:05 +0000
- In-Reply-To: <39EF5AE1.5070306@dcs.ed.ac.uk>
- Keywords: [rk-
> From: Struan Kerr-Liddell <http://www.dcs.ed.ac.uk/~sk>
> Date: Thu, 19 Oct 2000 21:34:41 +0100
>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
>
> Do you still 'support' the reactive keyboard ? I can't get it to compile
> undef redhat 6.2. I've fixed the first error I got by changing the
> included file from <sys/termio.h> to <sys/termios.h> but after loads of
> errors the compile fails. I need the reactive keyboard because I
> recently became disabled and have trouble using my hands and I'd like to
> use in as part of my university diseration. I have attached the compile log.
>
> Thanks very much Struan
From your log file, it seems that only rkfreq doesn't compile.
Personally, I don't use rkfreq. I currently use Debian 2.1 looking
forward to upgrade to 2.2. So, I won't easily be able to reproduce your
problem. However, I will try to help you as much as I can.
My work phone number is x100 if email is too much for your
hands. I'm on the East Coast.
> Content-Type: text/plain; name="errors.txt"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline; filename="errors.txt"
>
> [rk-1.6.2] make clean
> rm -f *.o
> [rk-1.6.2] make
> gcc -g -c -o cmdline.o cmdline.c
> cmdline.c:258: warning: `set_default_files' was declared implicitly `extern' and later `static'
> cmdline.c:253: warning: previous declaration of `set_default_files'
> gcc -g -c -o complete.o complete.c
> complete.c: In function `command_init':
> complete.c:204: warning: assignment makes pointer from integer without a cast
> complete.c:262: warning: assignment makes pointer from integer without a cast
> complete.c: In function `file_init':
> complete.c:394: warning: unknown escape sequence `\/'
> complete.c:396: warning: unknown escape sequence `\/'
> complete.c:402: warning: unknown escape sequence `\/'
> complete.c:456: warning: assignment makes pointer from integer without a cast
> gcc -g -c -o display.o display.c
> gcc -g -c -o functions.o functions.c
> gcc -g -c -o getopt.o getopt.c
> gcc -g -c -o kbdbind.o kbdbind.c
> kbdbind.c:329: warning: unknown escape sequence `\&'
> kbdbind.c: In function `add_to_bindings':
> kbdbind.c:462: warning: assignment makes pointer from integer without a cast
> kbdbind.c:471: warning: assignment makes pointer from integer without a cast
> kbdbind.c: In function `get_cntl':
> kbdbind.c:709: warning: unknown escape sequence `\^'
> kbdbind.c: In function `set_up_keymap':
> kbdbind.c:1209: warning: assignment makes integer from pointer without a cast
> kbdbind.c: In function `show_binds':
> kbdbind.c:1408: warning: unknown escape sequence `\^'
> kbdbind.c:1408: warning: unknown escape sequence `\@'
> kbdbind.c:1419: warning: unknown escape sequence `\^'
> kbdbind.c:1419: warning: unknown escape sequence `\@'
> gcc -g -c -o kbdsys.o kbdsys.c
> gcc -g -c -o reactive.o reactive.c
> gcc -g -c -o rk.o rk.c
> gcc -g -c -o utl.o utl.c
> gcc -g -o rk cmdline.o complete.o display.o functions.o getopt.o kbdbind.o kbdsys.o reactive.o rk.o utl.o -lncurses -ltermcap
> functions.o: In function `run_mesg':
> /home/struan/rk-1.6.2/functions.c:1439: the `gets' function is dangerous and should not be used.
> gcc -g -o rkfreq rkfreq.c
> rkfreq.c:44: initializer element is not constant
> rkfreq.c: In function `get_args':
> rkfreq.c:95: warning: passing arg 1 of `perror' makes pointer from integer without a cast
> make: *** [rkfreq] Error 1
> [rk-1.6.2]
>