[LLVMbugs] [Bug 8070] New: shellinabox does not compile under scan-build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 3 00:03:14 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8070
Summary: shellinabox does not compile under scan-build
Product: clang
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: tcare at apple.com
CC: llvmbugs at cs.uiuc.edu, tcare at apple.com
The open source project Shell in a Box compiles successfully on Linux, but
fails using the same commands under scan-build. The build fails regardless of
compiler.
With scan-build:
In file included from httpconnection.c:50:
/usr/include/math.h:261:1: warning: this is the location of the previous
definition
httpconnection.c:212: error: conflicting types for ‘strcasestr’
/usr/include/string.h:371: note: previous declaration of ‘strcasestr’ was here
make[2]: *** [httpconnection.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list