[LLVMbugs] [Bug 18751] New: Broken build on MSYS after commit 200767
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 6 04:23:27 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18751
Bug ID: 18751
Summary: Broken build on MSYS after commit 200767
Product: libraries
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: mira.fontan at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ 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
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140206/a16fc8eb/attachment.html>
More information about the llvm-bugs
mailing list