-
Notifications
You must be signed in to change notification settings - Fork 346
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
[Question] Having problems building from source #423
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Right, sorry about that. But I'm honestly not sure how to complete the template. I'm trying to import this particular google dependency resolver for unity, as the one unity is shipped with doesn't seem to be able to handle my gpgs dependency. Only suggested solution I have found to that issue is to manually replace the one in unity with a version from this repo, which must be newer than v1.2.115. hence I am trying to compile v1.2.164 so I can import that to unity and see if it will fix the dependency issue. So I'm not exactly sure what to fill in these three fields:
Maybe you can explain me how I find the missing information? |
Sorry for the late reply. Unfortunately, there is an issue in the build script which will cause it fails to build from source on Windows machine. Not particularly the one you reported but related to Python it tried to installed. But you should be able to build it on Mac with no problem. Seems like you just need to download Do you just need a particular version of EDM4U, or you actually need to modify the source and build a new one yourself? Thanks |
Hey @rpuls. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @rpuls if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
[REQUIRED] Platform:
[REQUIRED] Please describe the question here:
Hello, I'm trying to follow the exact step here building from source
I meet all the listed requirements, I have unity installed with android and iOS build support.
I have pointed my JAVA_HOME to the openJDK that comes with unity (same one unity uses)
When I execute
gradlew.bat build --stacktrace
I get the following error:The text was updated successfully, but these errors were encountered: