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

Copy to current project introduces build errors #26

Open
ScruffR opened this issue Mar 24, 2017 · 1 comment
Open

Copy to current project introduces build errors #26

ScruffR opened this issue Mar 24, 2017 · 1 comment

Comments

@ScruffR
Copy link

ScruffR commented Mar 24, 2017

Since Copy to current project pulls in the complete library structure including the examples folder, a project build will fail.
Only after removing the examples folder (or the relevant .ino or .cpp files) the project would build.
But not for automaticly migrated libraries due to the "compatiblity stub header" that just contains the #include "../libName.h" file(s).
So you'd also need to remove all of these.

Either don't download the offending files or make the upload or build farm ignore these extra files.

Very involed users might understand the reason for a breaking build when moving from Add to current project to Copy to current project, but most users will just get confused and annoyed by that.

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

No branches or pull requests

2 participants