From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21199 invoked from network); 14 Aug 2002 16:18:30 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Aug 2002 16:18:30 -0000 Received: (qmail 15693 invoked by alias); 14 Aug 2002 16:18:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17545 Received: (qmail 15679 invoked from network); 14 Aug 2002 16:18:19 -0000 content-class: urn:content-classes:message Subject: zsh-4.0.5 can't compile on hpux 10.20 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 14 Aug 2002 18:18:18 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: <78224A6821F87A4D8023B133E5B1140B1EB070@srvmxellwangen2.ratc-de.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: zsh-4.0.5 can't compile on hpux 10.20 Thread-Index: AcJDrgMyIq3j32dPTa6LRM+utsgCjQ== From: "Gansser, Martin" To: X-OriginalArrivalTime: 14 Aug 2002 16:18:19.0008 (UTC) FILETIME=[33AC1000:01C243AE] 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