-
Notifications
You must be signed in to change notification settings - Fork 39
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
Missing dependencies #1
Comments
+1 I just ran into the same issue. I'm was really hoping to get this built. Has anyone been able to get around this error? |
@coleHafner check my forked version that I think I fixed this a while ago. I should try to get a PR done |
@dmiralles2009 I still get the same error:
I'm attempting to compile with maven: cd <project dir>
mvn initialize
mvn compile |
Ah, nevermind. |
I'm using MacOS and got the same issue. A simple workaround is to manually complie the proto object file (mentioned in $ cd supl-client
$ protoc --java_out=src/main/java src/main/proto/ephemeris.proto |
The code fails to compile properly because some of the dependencies it needs are non-existing anymore under the suggested package. This is happening when the code tries to import
com.google.location.suplclient.supl.Ephemeris.IonosphericModelProto;
from withingSuplLppClientHelper.java
The text was updated successfully, but these errors were encountered: