This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: hpux10.20 works, kindof



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]