Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: termcap parameter support
- X-seq: zsh-workers 14054
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: termcap parameter support
- Date: Fri, 20 Apr 2001 09:39:18 -0400
- In-reply-to: <20010420092436.A31032@xxxxxxxx>; from schizo@xxxxxxxxxx on Fri, Apr 20, 2001 at 09:24:36AM -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010420092436.A31032@xxxxxxxx>
> As promised, here is ${termcap}. This breaks the TERMCAP_H/TERM_H check
> in Src/prototypes.h.
Hmm. No, it doesn't. I'm confused.
/opt/SUNWspro/bin/cc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DMODULE -O -Kpic -o termcap..o termcap.c
"/usr/include/iso/stddef_iso.h", line 73: warning: macro redefined: offsetof
"/usr/include/term.h", line 1060: incomplete struct/union/enum termio: Ottyb
"termcap.c", line 113: warning: argument #3 is incompatible with prototype:
prototype: pointer to function(char) returning int : "/usr/include/term.h", line 1205
argument : pointer to function(int) returning int
"termcap.c", line 116: warning: improper pointer/integer combination: arg #1
"termcap.c", line 116: warning: argument #3 is incompatible with prototype:
prototype: pointer to function(char) returning int : "/usr/include/term.h", line 1205
argument : pointer to function(int) returning int
cc: acomp failed for termcap.c
make[3]: *** [termcap..o] Error 2
Messages sorted by:
Reverse Date,
Date,
Thread,
Author