[cfe-dev] Can't seem to compile clang with clang.
crazygamealexs at hotmail.com
crazygamealexs at hotmail.com
Wed Sep 15 17:09:17 PDT 2010
It gives me this error message during the make progress.
llvm[1]: Compiling Disassembler.cpp for Release build
In file included from Disassembler.cpp:19:
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:63:12: error: expected
expression
{ return { __mask }; }
^
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:93:12: error: expected
expression
{ return { __mask }; }
^
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:124:12: error: expected
expression
{ return { __base }; }
^
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:162:14: error: expected
expression
{ return { __c }; }
^
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:192:12: error: expected
expression
{ return { __n }; }
^
c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:222:12: error: expected
expression
{ return { __n }; }
^
6 errors generated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100915/0c3c2ea6/attachment.html>
More information about the cfe-dev
mailing list