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

Problems compiling on HPUX 10.20



Using either the HPUX ANSI C compiler or GCC 3.0.2, I have the
following problem when compiling zsh 4.0.4 on HPUX 10.20:

cc -Ae -c -I.  -DHAVE_CONFIG_H -O  -o termcap.o termcap.c
cc: "/usr/include/term.h", line 535: error 1000: Unexpected symbol: "SGTTY".
cc: "/usr/include/term.h", line 536: error 1000: Unexpected symbol: "SGTTY".
cc: "/usr/include/term.h", line 535: error 1573: Type of "Ottyb" is undefined due to an illegal declaration.
cc: "/usr/include/term.h", line 535: error 1578: Size of struct or union member is unknown.
cc: "/usr/include/term.h", line 536: error 1573: Type of "Nttyb" is undefined due to an illegal declaration.
cc: "/usr/include/term.h", line 536: error 1578: Size of struct or union member is unknown.
cc: "termcap.c", line 134: warning 527: Integral value implicitly converted to pointer in assignment.
cc: "termcap.c", line 270: warning 527: Integral value implicitly converted to pointer in assignment.
*** Error exit code 1

Stop.

Does anyone have any suggestions on how to fix this?

Thanks in advance,
-- 
Alisdair McDiarmid               <URL:http://wasters.org/pubkey.asc>
GnuPG fingerprint: F521 3094 5658 1C66 96B1 1B95 025D D4EA 53F4 5D7D



Messages sorted by: Reverse Date, Date, Thread, Author