'stdio.h' not found

General questions regarding the usage of CodeLite
sweeney
CodeLite Curious
Posts: 2
Joined: Mon Dec 09, 2019 1:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

'stdio.h' not found

Post by sweeney »

I have noticed in Codelite 13.0.x and 14.0.x on Windows 10, the code editor will complain the C standard headers files like stdio.h are cannot be found when working on a C program, but has no issues with C++ standard headers like iostream when working a C++ program.
It seems to make no difference which whether cygwin or mingw compiler is selected and the source code compiles fine without issues. On FreeBSD/clang setup I have, the issue is not present.
Any ideas why this would be the case?
You do not have the required permissions to view the files attached to this post.
sweeney
CodeLite Curious
Posts: 2
Joined: Mon Dec 09, 2019 1:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: 'stdio.h' not found

Post by sweeney »

I find it funny how codelite knows about the standard printf function and complains about stdio.h not being included, but cannot find the stdio.h file specified at the top of the file... :roll:
You do not have the required permissions to view the files attached to this post.
Post Reply