On Thu, Jan 04, 2001 at 03:41:39PM +0100, Pavel Hlavnicka wrote:
>
> But this problem has more dimensions. On certain system are widechar api
> (used for international sorting) not supported.
>
> Configure script looks for the wchar.h, but makes no decission on api
> availability. Are you sure, the problem is with header?
>
> On certain systems compiler can't find headers in e.g
> /usr/local/include. In this case you need set the CPPFLAGS environment
> as follows 'CPPFLAGS=-I/usr/local/include'
>
Hmm, I'm trying on OpenBSD, and just can't get the new version working.
<wchar.h> is integrated into stddef.h, as the wchar_t type is part of the
of the C++ compiler.
However, we don't seem to have the wcsxfrm() call anywhere;
(I just grepped the source tree). Is there any workaround for this?
Here's the error:
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -I/usr/local/include -O2 -c utf8.cpp
-fPIC -DPIC
+-o .libs/utf8.lo
utf8.cpp: In function `class Str utf8xfrm(const Str &)':
utf8.cpp:198: implicit declaration of function `int wcsxfrm(...)'
*** Error code 1
--
Anil Madhavapeddy, <[EMAIL PROTECTED]>