-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIComponent: IDEThe Arduino IDEThe Arduino IDEType: DuplicateAnother item already exists for this topicAnother item already exists for this topic
Milestone
Description
If a header file is missing or miss-spelled, it is not reported.
This seems wrong.
(The compile will very likely fail later due to undefined variables, and this
does generate error messages, but the real error is the missing header
file, so the error message is very misleading, especially for beginners.)
I'm using 1.0.5 on Linux; verified also on Mac OS (also using 1.0.5)
If I turn on verbose output, there is a warning that the header file can't
be found. This warning should be reported even when verbose output is
suppressed.
Metadata
Metadata
Assignees
Labels
Component: CoreRelated to the code for the standard Arduino APIRelated to the code for the standard Arduino APIComponent: IDEThe Arduino IDEThe Arduino IDEType: DuplicateAnother item already exists for this topicAnother item already exists for this topic