Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't include .hh sketch tab #5442

Closed
per1234 opened this issue Oct 4, 2016 · 1 comment
Closed

Can't include .hh sketch tab #5442

per1234 opened this issue Oct 4, 2016 · 1 comment

Comments

@per1234
Copy link
Collaborator

per1234 commented Oct 4, 2016

Using Arduino IDE 1.6.13 Hourly Build 2016/10/03 06:51 with Windows 7 64 bit

@Chris--A added support for .hh and .hpp sketch files in #3485 however if I create a sketch tab with a .hh extension and then try to include that file from the sketch:

#include "hhtab.hh"

compilation fails:

fatal error: hhtab.hh: No such file or directory
 #include "hhtab.hh"

This problem doesn't occur with sketch tabs with the .hpp extension.

EDIT: originally reported at http://forum.arduino.cc/index.php?topic=427309

@facchinm
Copy link
Member

facchinm commented Oct 4, 2016

To be merged with #5441 when moved to arduino-builder repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants