Skip to content

Stops compiling and throws unrelated errors #306

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

Closed
holgerlembke opened this issue Nov 14, 2018 · 2 comments
Closed

Stops compiling and throws unrelated errors #306

holgerlembke opened this issue Nov 14, 2018 · 2 comments
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: preprocessor Related to sketch preprocessing type: imperfection Perceived defect in any part of project

Comments

@holgerlembke
Copy link

holgerlembke commented Nov 14, 2018

We were writting some esp8266 related code, nothing special, just basis stuff. All in all around 600 lines.

Adding an unused and empty function

void setupSSDP(void) {
}

results in an "error: 'File' was not declared in this scope" at an totally unrelated location.

Changing the name to setuPSSDP makes it compile again, changing the part "setup" to anything else makes it compile again.

You can find the stripped down source code at http://www.lembke.eu/basis2.zip, it can be used with board "Arduino Uno".

@facchinm
Copy link
Member

Hi @holgerlembke ,
this was probably fixed by #294 , which we didn't integrate yet into any java IDE release.
Would you mind checking if replacing the arduino-builder binary with that release solves your issue?

@holgerlembke
Copy link
Author

Rechecked, works fine.

(294 + 304)

@rsora rsora added the status: waiting for information More information must be provided before work can proceed label Sep 22, 2021
@per1234 per1234 added conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: preprocessor Related to sketch preprocessing type: imperfection Perceived defect in any part of project and removed status: waiting for information More information must be provided before work can proceed labels Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: preprocessor Related to sketch preprocessing type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

4 participants