This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: hpux10.20 works, kindof
- To: Marc Girod <girod@stybba.ntc.nokia.com>
- Subject: Re: hpux10.20 works, kindof
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Sat, 5 Jun 1999 17:51:30 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
Did you make the necessary changes to c++config.h? I see it's
bailing on a char_traits<wchar_t>, which is kind of suspicious.
For the moment, on HPUX only, you'll have to change line 52 of
src/gen-c++config.cc
from:
#define _G_USE_WCHAR_T 1
to:
//#define _G_USE_WCHAR_T 1
-Benjamin
On 5 Jun 1999, Marc Girod wrote:
> >>>>> "BK" == Benjamin Kosnik <bkoz@cygnus.com> writes:
>
> BK> ...but not with wchar_t. You'll need to edit the bits/c++config.h file to
> BK> undefine _G_USE_WCHAR_T macro for now. And use today's cvs sources.