Open GoogleCodeExporter opened 9 years ago
This is bad. The example has pretty simple errors, but when a naive user tries
to compile a published sketch without properly installing a library, they can
get a long and bewildering list of errors.
http://code.google.com/p/arduino/issues/detail?id=1050 is related, I think.
The user was getting all sorts of verbose errors, but when I tried to duplicate
the problem (with verbose compilation), I just got the "non-existant include
file" error.
Original comment by wes...@gmail.com
on 30 Sep 2012 at 11:07
This is caused by the `-w` flag on the compiler command line, which keeps
warnings from being reported. Closing as duplicate of
https://github.com/arduino/Arduino/issues/1728
Original comment by federico...@gmail.com
on 22 Feb 2014 at 5:12
Original issue reported on code.google.com by
jainh...@gammon.com.au
on 30 Sep 2012 at 9:11