On Wednesday 17 August 2005 21:15, Wayne Davison wrote: > On Wed, Aug 17, 2005 at 11:08:41AM -0400, Vin Shelton wrote: > > "./utils.epro", line 14: syntax error before or at: c > > "./utils.epro", line 14: warning: undefined or missing type for: c [...] > That error message makes it look like the type "wint_t" isn't known to > the compiler, but if that is true, I don't see how getkeystring() would > successfully build without ZLE_UNICODE_SUPPORT being defined Are you sure it was built? Looks like compiler chokes before it is as far. Anyway it also means conditions in getkeystring should be replaced by single ZLE_UNICODE_SUPPORT. -andrey