-
Notifications
You must be signed in to change notification settings - Fork 133
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
* fixed: broken VM compilation of old code with recent clang-1500.3.9.4 #773
* fixed: broken VM compilation of old code with recent clang-1500.3.9.4 #773
Conversation
That compile really well for me, thank you a ton! |
For the record, the build failed one time on a seemingly race condition that i didn't record, and then worked the 2d time but failed at Eclipse plugin on Batik (i worked with them so long ago! (22 years!)), but it is perhaps an artefact of my silly dev system:
|
The eclipse plugin compilation issue is tackled in #774 , this should not be a showstopper for this PR to be merged IMHO. |
I get errors at runtime (not compiling) libgdx main + mobivm main with this PR and IOS 17.4, however i am not sure at all it is related to the relaxed checks in this PR, let me know if i should open another issue elsewhere, but here is the stacktrace (which is perhaps not related to RoboVM itself - discard my comment as needed):
Fortunately i don't think i have too much to hide on this computer :-) Sorry for the waste of time if it is totally unrelated to RoboVM. |
have re-check if we can build all natives using recent dev environments. only LLVM had to be updated. |
No description provided.