[LLVMbugs] [Bug 16352] New: Unimplemented Function in Scan-Build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 17 13:12:59 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16352
Bug ID: 16352
Summary: Unimplemented Function in Scan-Build
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
Assignee: kremenek at apple.com
Reporter: jal054 at bucknell.edu
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Trying to run scan-build on my Windows 7 machine and I seem to be running into
an error. Apparently a function called getpwuid has not been implemented in the
scan-build perl script. Output from the command prompt is below.
C:\Users\lockhaja\llvm\tools\clang\tools\scan-build>scan-build
C:\Users\lockhaja\llvm\tools\clang\tools\scan-build>perl -S scan-build
The getpwuid function is unimplemented at scan-build line 35.
I took a look at the script and the only instance of getpwuid is at the line
where the error is occurring.
I am currently running the latest version of Strawberry perl for Windows, as I
was told by several people that Clang does not like Active perl in Windows.
--
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/20130617/7bfd6889/attachment.html>
More information about the llvm-bugs
mailing list