[LLVMbugs] [Bug 22302] New: cygwin build is broken, "::sscanf has not been declared"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 22 19:49:20 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22302
Bug ID: 22302
Summary: cygwin build is broken, "::sscanf has not been
declared"
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: unassignedclangbugs at nondot.org
Reporter: eniebler at boost.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Just updated cygwin, just updated llvm+clang from svn.
/home/eric/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp: In member function
‘bool clang::driver::toolchains::MSVCToolChain::get
WindowsSDKDir(std::string&, int&, int&) const’:
/home/eric/llvm/tools/clang/lib/Driver/MSVCToolChain.cpp:215:5: error:
‘::sscanf’ has not been declared
::sscanf(sdkVersion.c_str(), "v%d.%d", &major, &minor);
^
--
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/20150123/a2c9ac5c/attachment.html>
More information about the llvm-bugs
mailing list