Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: termcap parameter support



> 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