CL compiles all files independently
Posted: Mon Mar 13, 2017 9:25 am
Hi I am new in CodeLite, I create a new Project in C using GCC like compiler but when I run my project this compile all files independently of others, I have an main.h with all the require instruction and the other files don't know about this, for example i have a file example.c with the error:
I can compile my project without CL and works ¿what is the problem?
but I require stdio.h in my main.huse of undeclared identifier 'FILE'
I can compile my project without CL and works ¿what is the problem?