From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8145 invoked from network); 27 May 2007 11:47:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 May 2007 11:47:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 51177 invoked from network); 27 May 2007 11:47:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 May 2007 11:47:30 -0000 Received: (qmail 7866 invoked by alias); 27 May 2007 11:47:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23473 Received: (qmail 7856 invoked from network); 27 May 2007 11:47:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 May 2007 11:47:27 -0000 Received: (qmail 50888 invoked from network); 27 May 2007 11:47:27 -0000 Received: from h1283867.stratoserver.net (HELO smtp.plastictree.net) (85.214.127.6) by a.mx.sunsite.dk with SMTP; 27 May 2007 11:47:24 -0000 Received: (qmail 26146 invoked from network); 27 May 2007 11:47:18 -0000 Received: from unknown (HELO enterprise.starfleet) (f022f26664186ca7d9c28ae2cd451446225743be) by h1283867.stratoserver.net with ESMTPS (DHE-RSA-AES256-SHA encrypted) (cert lasse-notebook-01@client-mta.mail.plastictree.net); 27 May 2007 11:47:18 -0000 Received: (qmail 4755 invoked by uid 527); 27 May 2007 11:52:23 -0000 Date: Sun, 27 May 2007 13:52:23 +0200 From: Lasse Kliemann To: zsh-workers@sunsite.dk Subject: Bug report: count undeclared in utils.c Message-ID: <20070527115223.GD3500@enterprise.starfleet> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline --neYutvxvOLaeuPCA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Compiling zsh 4.3.4 on OpenBSD, I get: utils.c: In function `getkeystring': utils.c:4746: error: `count' undeclared (first use in this function) utils.c:4746: error: (Each undeclared identifier is reported only once utils.c:4746: error: for each function it appears in.) Having a look at the source utils.c, I suspect that `count' is really=20 undeclared in case that=20 - `HAVE_NL_LANGINFO' and `CODESET' are defined, - and `HAVE_ICONV' is not defined, - and one of the following is also not defined: `HAVE_WCHAR_H',=20 `HAVE_WCTOMB', `__STDC_ISO_10646__'. Maybe this is a rare configuration that only occurs on OpenBSD. --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGWXD31gObwed86AkRAowBAKCyUfV758pM7qqPlhxNrcgY7v8PkACgwSkX zQFljimGarsh1FEenlTefT4= =HCoE -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA--