Hi,
On Tue, Apr 29, 2014, G M wrote:
> Hi Everyone
>
> I can't build the popular build program ninja with clang++ and mingw.
>
> The reason is demonstrated by this simple program:
>
> // wcx.cpp
>
> #include
> using namespace std;
> #include
> int main()
> {
> wchar_t* p = wcschr(L"hello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 29.04.2014 10:52, G M wrote:
> Hi Everyone
>
> I can't build the popular build program ninja with clang++ and mingw.
>
> The reason is demonstrated by this simple program:
>
> // wcx.cpp
>
> #include using namespace std; #include int main() {
Hi Everyone
I can't build the popular build program ninja with clang++ and mingw.
The reason is demonstrated by this simple program:
// wcx.cpp
#include
using namespace std;
#include
int main()
{
wchar_t* p = wcschr(L"hello", L'h');
}
Compiling this program with g++ yields the same probl