-
Notifications
You must be signed in to change notification settings - Fork 124
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 title> related to ARM breakage #41
Comments
You are using wayland-client-0.2.1, which is a really outdated version, current version is 0.5.6. Given your question, I guess you are depending on wayland-client through glutin? If so it's a question you should ask there. |
Correct, yours is the first crate to not have this issue in the latest version without targeted fixing. Well done! Not that it'll help much without updating all dependencies. |
It seems I let you off the hook too easily :) Using
Using stable rust |
Hmm, this is troubling, I'm using Can you tell me which versions of |
Ah yeah, So, I guess my lib is only usable on ARM using rust 1.6 or newer I can't really fix that though, the incompatibility comes from rust itself |
If you don't require beta/nightly to build there's no problem to fix it. It's normally done via casts like |
Hmm, ok, I'll see what I can do about that. |
Hopefully #42 should fix this issue. |
With typos like Have a look at some more issues building with 1.5:
|
I was fixing that, but messed things up a little. |
Take your time, no need to rush - wayland can wait a little bit longer ;) |
Okay. 0.5.8 is published, and should be corrected (at least it builds correctly on x86). Can you tell me if it solves the breakage on ARM ? |
Yup! Thanks. |
Okay, perfect. 😄 |
Hi,
I guess you haven't caught up with this issue yet :)
Here's a first, coming from an ARM Linux machine using 1.7 nightly:
BTW:
Is there a way to disable building wayland dependencies on X? It's really slow on arm...
The text was updated successfully, but these errors were encountered: