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

Problems using PlatformIO on Windows #27

Open
MoOaAaa opened this issue Apr 12, 2022 · 0 comments
Open

Problems using PlatformIO on Windows #27

MoOaAaa opened this issue Apr 12, 2022 · 0 comments

Comments

@MoOaAaa
Copy link

MoOaAaa commented Apr 12, 2022

Hi, I'm currently using your library for some project (and it work really well, thank you), but using VSCode PlatformIO on Windows, I had 70+ compilation errors. Most them were solved when I included Arduino.h in my file, but a -Werror=reorder was still here.
The file concerned by this error was BaseImage.h.
I modified it just so that the error would stop, here are my changes :

Moved protected members declaration from line 239-244 to 22-27 (start of the file instead of the end).

I know that doesn't respect how you should declare members in C++, but I'm sorry I'm a real novice when it come to that langage so I can't find a better solution..

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

1 participant