<div></div>I got this error compiling LLVMPipe using LLVM 4.0 RC2:<br>No error using 3.9.1 (so the problem is related to 4.0 changes)<br>I'm using MSVC 2015.<br><br>"  Compiling src\compiler\glsl\ast_array_index.cpp ...<div>ast_array_index.cpp</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(151): error C2027: use of undefined type 'xtime'</div><div>C:\Projects\mesa-master\include\c11/threads.h(48): note: see declaration of 'xtime'</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(151):
 error C2227: left of '->sec' must point to 
class/struct/union/generic type</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(151):
 error C2227: left of '->nsec' must point to 
class/struct/union/generic type</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(446): error C2027: use of undefined type 'xtime'</div><div>C:\Projects\mesa-master\include\c11/threads.h(48): note: see declaration of 'xtime'</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(446):
 error C2227: left of '->sec' must point to 
class/struct/union/generic type</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(637): error C2027: use of undefined type 'xtime'</div><div>C:\Projects\mesa-master\include\c11/threads.h(48): note: see declaration of 'xtime'</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(637):
 error C2227: left of '->sec' must point to 
class/struct/union/generic type</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(638): error C2027: use of undefined type 'xtime'</div><div>C:\Projects\mesa-master\include\c11/threads.h(48): note: see declaration of 'xtime'</div><div>c:\projects\mesa-master\include\c11\threads_win32.h(638):
 error C2227: left of '->nsec' must point to 
class/struct/union/generic type</div><div>scons: *** [build\windows-x86\gallium\auxiliary\gallivm\lp_bld_misc.obj] Error 2</div><div>scons: building terminated because of errors."</div><br>