-
Notifications
You must be signed in to change notification settings - Fork 196
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
Remove wpilibc dependency from vendordep JSON #1543
Conversation
Hold yer horses. I need to load wpilibc |
Not for JNI you shouldn't?? why? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I do need to load wpilibc. photon-targeting links to wpililbc.
The JNI part loads wpilibc? The C++-only component might, but the JNI part seems like it doesn't. |
Well either way, for a Java robot project, we need to deploy wpilibc.so. I'm cool with whatever makes sure that gets deployed. photon-targeting uses the wpinet libuv stuff is why, iirc? |
that is all seperately linked to wpilibc |
photon-targetting-cpp is listed as a JNI dependency... |
Why? You shouldn't have to... |
OBE by #1544 |
JNI shouldn't be linking to wpilibc (cause it also loads things that wpilibj loads.) Although, I think this is just downloading wpilibc, but either way, it shouldn't be a JNI dependency.