Date: Tue, 30 Jan 2001 14:54:43 -0600 From: Lucas Bergman <lucas@slb.to> To: Aaron Weiker <aaron@cisp.cc> Cc: freebsd-questions@freebsd.org Subject: Re: wchar.h Message-ID: <20010130145443.A5444@billygoat.slb.to> In-Reply-To: <C99657266DE1D211B8250090274EA7826B56A4@cartman.cisp.cc>; from aaron@cisp.cc on Tue, Jan 30, 2001 at 12:32:57PM -0500 References: <C99657266DE1D211B8250090274EA7826B56A4@cartman.cisp.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
> I'm working on installing the Sablotron Parser for XSL. I'm getting > this error when I run the configure script: > > configure: error: The header <wchar.h> not found. This problem > occurs on certain platforms (e.g. FreeBSD). Please check your system > configuration. The standard C wchar* stuff is not implemented in FreeBSD. There's been some drive to get it merged in (I found a bunch of stuff in the i18n mailing list in Oct and Nov 2000), but there's a lot of fretting, since changes to libc are so touchy. If you know C, your best bet is to hack around in the relevant file, and see if you can get the functionality you need without the stuff from wchar.h (or wctype.h, if that's included). Any recent C reference (one that contains the ISO 1995 amendment) will tell you what the functions in question do. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010130145443.A5444>