Well... I'm trying to run some codes in C language with the Geany, but when I press the button to compile the code, I receive this output:
Code: Select all
gcc -Wall -o "teste" "teste.c" (in directory: /home/guest/Geany Projects/C)
Compilation failed.
teste.c:25:19: fatal error: stdio.h: No such file or directory
#include "stdio.h"
^
compilation terminated.

Someone could help me?
Since now, I would like to thank everyone that will try to help me... A noob that speak english really badly.
