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

ExampleListener does not name a type #3

Open
llpereiras opened this issue Feb 4, 2016 · 2 comments
Open

ExampleListener does not name a type #3

llpereiras opened this issue Feb 4, 2016 · 2 comments

Comments

@llpereiras
Copy link

fatal error: ExampleParser.h: No such file or directory
#include <ExampleParser.h>
^
compilation terminated.
exit status 1
Error compiling.

Blinkesp8266_ftdi_baterry:13: error: 'ExampleListener' does not name a type
ExampleListener listener;
^
/media/leandro/Disco Local/ArduinoProjetos/Blinkesp8266_ftdi_baterry/Blinkesp8266_ftdi_baterry.ino: In function 'void setup()':
Blinkesp8266_ftdi_baterry:24: error: 'listener' was not declared in this scope
parser.setListener(&listener);
^
exit status 1
'ExampleListener' does not name a type

@maxpowel
Copy link
Contributor

This is because you didnt copy the file ExampleParser.h

@llpereiras
Copy link
Author

@maxpowel I will check this. Thanks!

altrunner pushed a commit to altrunner/json-streaming-parser that referenced this issue Aug 9, 2017
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