From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28341 invoked from network); 26 Apr 2001 14:52:17 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2001 14:52:17 -0000 Received: (qmail 2050 invoked by alias); 26 Apr 2001 14:52:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14119 Received: (qmail 2025 invoked from network); 26 Apr 2001 14:52:09 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction) Date: Thu, 26 Apr 2001 18:52:06 +0400 Message-ID: <001101c0ce60$7621c200$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1010426143526.ZM13326@candle.brasslantern.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > I think I know why. Try the patch as I committed it just now, rather than > as it was sent to the list. (I forgot to #include config.h before testing > HAVE_TGETENT, but for Vin's system that didn't matter because it wasn't > defined anyway.) > It compiles. Just in case, here are some warnings, if anybody feels like cleaning them: 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 /usr/include/unctrl.h 17: [warning]: CFE1301 typedef name has already been declared (with same type) typedef unsigned long chtype; ^ /tools/src/zsh/Src/Modules/termcap.c 130: [warning]: CFE1167 argument of type "int (*)(int)" is incompatible with parameter of type "int (*)(char)" tputs(t, 1, putraw); ^ /tools/src/zsh/Src/Modules/termcap.c 133: [warning]: CFE1167 argument of type "int" is incompatible with parameter of type "char *" tputs(tgoto(t, atoi(*argv), num), num, putraw); ^ /tools/src/zsh/Src/Modules/termcap.c 133: [warning]: CFE1167 argument of type "int (*)(int)" is incompatible with parameter of type "int (*)(char)" tputs(tgoto(t, atoi(*argv), num), num, putraw); ^ /tools/src/zsh/Src/Modules/termcap.c 150: [warning]: CFE1550 variable "incleanup" was set but never used static int incleanup; ^ -andrej