Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: webrp on January 28, 2017, 01:03:17 pm

Title: linux mint - fatal error: stdio.h: No such file or directory
Post by: webrp on January 28, 2017, 01:03:17 pm
I have just installed codeblocks on my linux mint.  I wrote my first C programm and then I try to compile it / build, but with no success.

I get following error:
fatal error: stdio.h: No such file or directory|

I guess the problem is that the file stdio.h is missing and not found. How can I solve this?
Title: Re: linux mint - fatal error: stdio.h: No such file or directory
Post by: oBFusCATed on January 28, 2017, 02:37:12 pm
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Title: Re: linux mint - fatal error: stdio.h: No such file or directory
Post by: webrp on January 28, 2017, 06:58:06 pm
That link didnt help me.
The solution for my problem was installing package "build-essential" using the synaptic package manager
Title: Re: linux mint - fatal error: stdio.h: No such file or directory
Post by: BlueHazzard on January 28, 2017, 07:24:25 pm
nice that you found your solution for the problem


For others:
That link didnt help me.
If you read this link and follow the steps you will come to a link called "How do I report a compilation problem on the forums". There is described how you report a problem to the forum so we can help you efficiently. There is described how you get the information we need to help you. This link helps you to find the problem and us to help you...