<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 15, 2010, at 5:09 PM, <a href="mailto:crazygamealexs@hotmail.com">crazygamealexs@hotmail.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" id="MailContainerBody" leftmargin="0" topmargin="0" canvastabstop="true" name="Compose message area">
<div><font face="Calibri">It gives me this error message during the make 
progress.</font></div>
<div><font face="Calibri">llvm[1]: Compiling Disassembler.cpp for Release 
build<br>In file included from 
Disassembler.cpp:19:<br>c:/MinGW/lib/gcc/mingw32/4.5.0/include/c++/iomanip:63:12: 
error: expected<br>      expression<br>  { return 
{ __mask }; }<br>           
^<br></font></div></div></blockquote><br></div><div>The GCC 4.5 headers use C++0x features (in this case, generalized initializer lists) that aren't implemented in Clang. You'll need to use an older version of GCC's C++ Standard Library instead.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>- Doug</div><br></body></html>