-
Notifications
You must be signed in to change notification settings - Fork 36
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
Building on Linux (beta) #1255
Comments
It's possible there's inconsistency between core and gui repositories. Use latest on both rather than specific commit in one repo and let us know. |
Sure, first I appreciate your fast reply. Your tips helped me a lot. I used the latest commit from the master branch of each:
|
That looks much better, the only thing missing is that when you build opensim-core you'd have to turn on C3D parsing and that should take care of the remaining errors. This is done by setting OPENSIM_C3D_PARSER to ezc3d instead of None which is the default (also make sure when building the dependencies that ezc3d was built). Please let us know how that works. |
Yaaayyy :) ... I very much appreciate your responsiveness ... it works better and better. Setting OPENSIM_C3D_PARSER to ezc3d solved most of the errors. Now I am left only with 2 errors ... hmmm:
|
Glad you got the opensim-core build to complete successfully. The files you reported as failing to compile are not in the source tree, so I'm not sure how you got them. It may help if you follow the sequence on our github action (under linux) |
It was my fault. The files which fail are generated files. I was unaware that I am using java-11-sdk instead of java-8-sdk. Now, that I uninstalled java-11-sdk and use only java-8-sdk I get no error more. I noticed a few more issues after running the
and it I fix it with:
and
After extractig the tarball and running the How can I run the resulted build without installing it via |
Thanks for reporting.
Hope this helps, and please feel free to submit PRs as needed to help future developers on linux follow your successful path to building the GUI. |
We generally do not support building from source on arbitrary platforms but the ci files for github Actions should serve as a living documentation. Docker file refers to an older environment, feel free to PR into the Dockers repository here https://github.com/opensim-org/opensim-containers |
Environment and GUI version
cloned the repository at the commit: c3588c6b14e5bdea99dc5ff5566630ab7bec7896
Steps to reproduce
additionaly from .travis.xml
Expected result
Actual result
Further Attempts
Steps to reproduce
Expected result
Actual result
(include screen grabs where appropriate)
The text was updated successfully, but these errors were encountered: