Boost logo

Boost-Build :

Subject: Re: [Boost-build] [regex] Building Boost for Windows CE
From: John Maddock (john_at_[hidden])
Date: 2009-03-27 09:05:15


>> When I launch compilation, I get the following error:
>>
>> libs\regex\src\..\src\wc_regex_traits.cpp(93) : error C2039: 'wcsxfrm' :
>> is
>> not a member of 'std'
>> libs\regex\src\..\src\wc_regex_traits.cpp(93) : error C3861: 'wcsxfrm':
>> identifier not found
>> libs\regex\src\..\src\wc_regex_traits.cpp(93) : fatal error C1903: unable
>> to
>> recover from previous error(s); stopping compilation
>>
>> Could you help me please?
>
> I think that only John has an idea of what this function is, why it might
> be
> missing on CE and how is it possible to workaround this.

Well, I think the C and C++ standards might have something to say about what
the function is... as for workarounds, I suggest you just omit
wc_regex_traits.cpp from the library build as you don't usually need it
(unless your platform is missing std::locale as well!)

HTH, John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk