hi!
If I include a non existing header file, like for ex #include <zkjdkojboohoo.h> into my sketch, why doesn't the compiler give any error message(s)?
It does if you turn on verbose output when compiling.
#include <wibble.h>
rubbish.ino:1:20: warning: wibble.h: No such file or directory
#include <boononsenseTC1test.h>
void setup() {
}
void loop()
{
}
No error messages about boononsenseTC1test.h, and verbose was on.
wasmuaria:
#include <boononsenseTC1test.h>void setup() {
}void loop()
{
}No error messages about boononsenseTC1test.h, and verbose was on.
Bullshit!
C:\Users\pjs9486\AppData\Local\Temp\build5990831277458202372.tmp\sketch_feb06a.cpp.o
sketch_feb06a.ino:1:32: warning: boononsenseTC1test.h: No such file or directory
C:\Users\pjs9486\Documents\arduino-1.0.5\hardware\tools\avr\bin\avr-gcc -c
Bullshit indeed, but not anymore. I reinstalled arduino and no bullshit anymore. Strange things seem to happen!?