zsh-workers
 help / color / mirror / code / Atom feed
* Bug report: count undeclared in utils.c
@ 2007-05-27 11:52 Lasse Kliemann
  2007-05-27 14:30 ` Clint Adams
  2007-05-27 17:56 ` Phil Pennock
  0 siblings, 2 replies; 3+ messages in thread
From: Lasse Kliemann @ 2007-05-27 11:52 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 644 bytes --]

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 
undeclared in case that 

- `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', 
  `HAVE_WCTOMB', `__STDC_ISO_10646__'.

Maybe this is a rare configuration that only occurs on OpenBSD.




[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-27 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-27 11:52 Bug report: count undeclared in utils.c Lasse Kliemann
2007-05-27 14:30 ` Clint Adams
2007-05-27 17:56 ` Phil Pennock

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).