[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX
From: |
John Cowan |
Subject: |
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX |
Date: |
Fri, 16 Aug 2013 14:59:07 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Erik Falor scripsit:
> stty.c: In function 'stub178':
> stty.c:93: error: 'struct_termios' has no member named 'c_ospeed'
> stty.c: In function 'stub169':
> stty.c:104: error: 'struct_termios' has no member named 'c_ospeed'
> stty.c: In function 'stub160':
> stty.c:116: error: 'struct_termios' has no member named 'c_ispeed'
> stty.c: In function 'stub151':
> stty.c:127: error: 'struct_termios' has no member named 'c_ispeed'
Just comment these out. Unless you are actually driving a hardware serial
line, input and output speeds have no meaning today.
> stty.c: In function 'f_978':
> stty.c:1734: error: 'VWERASE' undeclared (first use in this function)
That lets you change the "erase the previous word" character, ^W by default.
Most likely AIX does not support this: it is not POSIX.
> stty.c:1747: error: 'CRTSCTS' undeclared (first use in this function)
That one is also only relevant to hardware ports: it supports the RTS/CTS
flow control protocol.
--
Evolutionary psychology is the theory John Cowan
that men are nothing but horn-dogs, http://www.ccil.org/~cowan
and that women only want them for their money. address@hidden
--Susan McCarthy (adapted)
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX, Jim Ursetto, 2013/08/12
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX, Erik Falor, 2013/08/13