Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14108
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- Date: Thu, 26 Apr 2001 17:06:01 +0400
- Importance: Normal
- In-reply-to: <5457l07n7uf.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> Yes, that did it. With this patch, zsh from the latest CVS sources
> builds and runs on SunOS-4.1.
>
Now it's my turn:
gmake[3]: Entering directory `/u3/u1/build/zsh/Src/Modules'
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
/tools/src/zsh/Src/Modules/termcap.c 321: [error]: CFE1020 identifier
"boolcodes" is undefined
for (capcode = (char **)boolcodes; *capcode; capcode++) {
^
/tools/src/zsh/Src/Modules/termcap.c 330: [error]: CFE1020 identifier
"numcodes" is undefined
for (capcode = (char **)numcodes; *capcode; capcode++) {
^
/tools/src/zsh/Src/Modules/termcap.c 339: [error]: CFE1020 identifier
"strcodes" is undefined
for (capcode = (char **)strcodes; *capcode; capcode++) {
^
I have termcap == cureses here; and
bor@itsrm2% grep boolco /usr/include/*.h
/usr/include/term.h: *boolnames[], *boolcodes[], *boolfnames[],
May be, we shuld just hold these patches until 4.0.1 release. They are nice to
have but definitely not important, as opposed to e.g. parameter stuff cleanup.
-andrej
Before this patch it compiled O.K.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author