From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27552 invoked from network); 26 Apr 2001 13:25:49 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2001 13:25:49 -0000 Received: (qmail 14489 invoked by alias); 26 Apr 2001 13:25:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14110 Received: (qmail 14434 invoked from network); 26 Apr 2001 13:25:38 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: Subject: RE: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction) Date: Thu, 26 Apr 2001 17:25:19 +0400 Message-ID: <000e01c0ce54$56d0c0b0$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: <20010426091500.A28831@dman.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > > 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 > > /tools/src/zsh/Src/Modules/termcap.c 321: [error]: CFE1020 identifier > > "boolcodes" is undefined > > for (capcode = (char **)boolcodes; *capcode; capcode++) { > > I'm confused. Do you not have a curses.h? > Yes. The actual problem is of course difference between configure and source code. configure must check for any symbol/declaration/etc using exactly the same defines as will be used in code. Else it finds either too much or too little :-) The problem is it needs a bit of testing, and it needs time. Is it worth delay? -andrej