Your message dated Mon, 14 Apr 2025 16:18:40 +0000
with message-id <[email protected]>
and subject line Re: Bug#1102259: cppcheck: fails to find libraries
has caused the Debian Bug report #1102259,
regarding cppcheck: fails to find libraries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1102259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cppcheck
Version: 2.10-2
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Is it expected that cppcheck fails to find any standard include files?

$ cat foo.c
#include <stdio.h>
void main(void){}

$ cppcheck --enable=all foo.c
nofile:0:0: information: Cppcheck cannot find all the include files (use 
--check-config for details) [missingIncludeSystem]

$ cppcheck --enable=all foo.c  --check-config
/tmp/foo.c:1:0: information: Include file: <stdio.h> not found. Please note: 
Cppcheck does not need standard library headers to get proper results. 
[missingIncludeSystem]

but it's in /usr/include?

--- End Message ---
--- Begin Message ---
Version: 2.10-2

Not really a bug, more a misunderstanding about the correct usage as explained above. Closing.
--- End Message ---

Reply via email to