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

Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)



>
> 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