<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Broken build on MSYS after commit 200767"
href="http://llvm.org/bugs/show_bug.cgi?id=18751">18751</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Broken build on MSYS after commit 200767
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows XP
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Support Libraries
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mira.fontan@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>$ cd /src/llvm/build && make && make install && clang -v
[ 0%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.obj
In file included from c:/MinGW/msys/1.0/src/llvm/lib/Support/Process.cpp:111:0:
c:/MinGW/msys/1.0/src/llvm/lib/Support/Windows/Process.inc: In static member
function 'static unsigned int llv
m::sys::Process::GetRandomNumber()':
c:/MinGW/msys/1.0/src/llvm/lib/Support/Windows/Process.inc:366:9: error:
'errno_t' does not name a type
const errno_t ec = rand_s(&result);
^
make[2]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.obj] Error 1
make[1]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/all] Error 2
make: *** [all] Error 2
=====
rand_s is allready undefined
Miroslav Fontan
miroslav.fontan at wincor-nixdorf dot cz</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>