-
Notifications
You must be signed in to change notification settings - Fork 9
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
Servo.h clashes with servo.h #154
Comments
Oohhhh.... Oh Microsoft. That's annoying, for sure. Okay, I'll add a CMake option (which will default to |
Awesome, thanks! |
You're not trying to use both Simple and libPropelleruino, are you? |
This also fixed a bug where components were not actually usable
This also fixed a bug where components were not actually usable
@BloodWorkXGaming, please try downloading the version of PropWare available in either of the two builds linked above (click the green checkmark to get a link to the build on the CI server). This will let you test the change prior to me merging it in. |
Well, yes, I am using both simple and libpropeller. Is there anything wrong with that? Will the new commits and come back to you, thanks! |
Okay, so just tested the build but it sadly doesn't fix the issue. Also, due to those changes there is now a |
I forgot a pretty critical part: replace
This will exclude LibPropelleruino (note: not libPropeller) which has Also, keep this in mind if you ever write your own library... Make sure the headers are in a subdirectory with some kind of distinguishing name. |
Okay with the new line in there I get the error PropWare's LibPropeller component not available due to missing
PropWare::LibPropeller_cog
Call Stack (most recent call first):
CMakeLists.txt:2 (find_package) |
Ah, that's I get for trying to think at 6am. Try
And of course, the |
Just noticed I am indeed using libpropellerino for the |
Oh... bummer. Alright, I'll come up with something better (I'm going to leave the componentized folders though, and that's another thing that really should have been done a while ago). |
The simpletools library
servo.h
can't really be used as there is aServo.h
library as well.It is very mixed when which one gets included as the only difference is the capital S. (Works on one PC, doesn't on the other)
The text was updated successfully, but these errors were encountered: