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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to