Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14119
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: RE: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- Date: Thu, 26 Apr 2001 18:52:06 +0400
- Importance: Normal
- In-reply-to: <1010426143526.ZM13326@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> I think I know why. Try the patch as I committed it just now, rather than
> as it was sent to the list. (I forgot to #include config.h before testing
> HAVE_TGETENT, but for Vin's system that didn't matter because it wasn't
> defined anyway.)
>
It compiles. Just in case, here are some warnings, if anybody feels like
cleaning them:
cc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LONGLONG -Kll64 -DHAVE
_CONFIG_H -DMODULE -g -Kpic -o termcap..o /tools/src/zsh/Src/Modules/termcap.c
/usr/include/unctrl.h 17: [warning]: CFE1301 typedef name has already
been declared (with same type)
typedef unsigned long chtype;
^
/tools/src/zsh/Src/Modules/termcap.c 130: [warning]: CFE1167 argument of
type "int (*)(int)" is incompatible with parameter of type "int (*)(char)"
tputs(t, 1, putraw);
^
/tools/src/zsh/Src/Modules/termcap.c 133: [warning]: CFE1167 argument of
type "int" is incompatible with parameter of type "char *"
tputs(tgoto(t, atoi(*argv), num), num, putraw);
^
/tools/src/zsh/Src/Modules/termcap.c 133: [warning]: CFE1167 argument of
type "int (*)(int)" is incompatible with parameter of type "int (*)(char)"
tputs(tgoto(t, atoi(*argv), num), num, putraw);
^
/tools/src/zsh/Src/Modules/termcap.c 150: [warning]: CFE1550 variable
"incleanup" was set but never used
static int incleanup;
^
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author