|
Boost Users : |
Subject: Re: [Boost-users] [Locale] MinGW + ICU + cross compiling = wchar errors?
From: Jookia (166291_at_[hidden])
Date: 2012-11-13 01:45:47
On 29/10/12 21:07, Jookia wrote:
> Hello!
> <SNIP>
> Thanks,
> Jookia.
Hello!
I figured out that it was because ICU was compiling with the -std=c++11
flag which made UChar char16_t instead of wchar_t, which Boost.Locale
was trying to use since it wasn't using C++11.
I fixed this by removing the c++11 flag from ICU (just removed it from
the configure script).
Thanks,
Jookia.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net