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

zsh-4.0.5 can't compile on hpux 10.20



Hi,

I tried to compile zsh-4.0.5 on my hpux 10.20 box, but I get the
following error message:

gcc -c -I.  -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2  -o watch.o watch.c
echo '' builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o init.o input.o jobs.o lex.o linkl
ist.o loop.o math.o mem.o module.o options.o params.o parse.o pattern.o prompt.o signals.o signames.
o string.o subst.o text.o utils.o watch.o >> ../Src/stamp-modobjs.tmp
gmake[3]: Entering directory `/users/mgansser/GNU/zsh-4.0.5/Src/Modules'
gcc -c -I.  -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2  -o termcap.o termcap.c
In file included from termcap.c:61:
/usr/include/term.h:535: parse error before `SGTTY'
/usr/include/term.h:535: warning: no semicolon at end of struct or union
/usr/include/term.h:536: warning: data definition has no type or storage class
/usr/include/term.h:549: parse error before `}'
termcap.c: In function `ztgetflag':
termcap.c:88: warning: implicit declaration of function `tgetflag'
termcap.c: In function `bin_echotc':
termcap.c:117: warning: implicit declaration of function `tgetnum'
termcap.c:134: warning: implicit declaration of function `tgetstr'
termcap.c:134: warning: assignment makes pointer from integer without a cast
termcap.c:155: warning: implicit declaration of function `tputs'
termcap.c:158: warning: implicit declaration of function `tgoto'
termcap.c: In function `gettermcap':
termcap.c:270: warning: assignment makes pointer from integer without a cast
termcap.c: In function `boot_zshQstermcap':
termcap.c:397: warning: implicit declaration of function `setupterm'
gmake[3]: *** [termcap.o] Error 1
gmake[3]: Leaving directory `/users/mgansser/GNU/zsh-4.0.5/Src/Modules'
gmake[2]: *** [modobjs] Error 1
gmake[2]: Leaving directory `/users/mgansser/GNU/zsh-4.0.5/Src'
gmake[1]: *** [modobjs] Error 2
gmake[1]: Leaving directory `/users/mgansser/GNU/zsh-4.0.5/Src'
gmake: *** [all] Error 1

Compiler: gcc-2.95.3

any help?

Thanks Martin



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