Hi,<br><br>I'm getting this build failure with revision 160920:<br><span style="font-family:courier new,monospace">[ 66%] Building CXX object tools/clang/lib/AST/CMakeFiles/clangAST.dir/APValue.cpp.obj</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">In file included from M:\Development\Source\LLVM\tools\clang\lib\AST\APValue.cpp:17:</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:798:43: error:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      redefinition of 'static_data_iterator'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  typedef specific_decl_iterator<VarDecl> static_data_iterator;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                                          ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:784:43: note:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      previous definition is here</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  typedef specific_decl_iterator<VarDecl> static_data_iterator;</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                                          ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:802:24: error:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      class member cannot be redeclared</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_begin() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:788:24: note:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      previous declaration is here</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_begin() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:806:24: error:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      class member cannot be redeclared</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_end() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:792:24: note:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      previous declaration is here</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_end() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:802:24: error:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      redefinition of 'static_data_begin'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_begin() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:788:24: note:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      previous definition is here</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_begin() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:806:24: error:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      redefinition of 'static_data_end'</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_end() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">M:/Development/Source/LLVM/tools/clang/include\clang/AST/DeclCXX.h:792:24: note:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">      previous definition is here</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">  static_data_iterator static_data_end() const {</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">                       ^</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">5 errors generated.</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">mingw32-make[2]: *** [tools/clang/lib/AST/CMakeFiles/clangAST.dir/APValue.cpp.obj] Error 1</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">mingw32-make[1]: *** [tools/clang/lib/AST/CMakeFiles/clangAST.dir/all] Error 2</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">mingw32-make: *** [all] Error 2</span><br><br>This was not a problem a few days ago :( Anyone know what's wrong?<br><br>Ruben<br><br><br><br>