Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems compiling on HPUX 10.20
- X-seq: zsh-users 4496
- From: Alisdair McDiarmid <zsh-users@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Problems compiling on HPUX 10.20
- Date: Thu, 22 Nov 2001 14:31:13 +0000
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: Alisdair McDiarmid <alisdair@xxxxxxxxxxx>
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