Skip to content
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

fails to compile on 32-bit systems #81

Closed
ottk3 opened this issue Aug 10, 2022 · 1 comment
Closed

fails to compile on 32-bit systems #81

ottk3 opened this issue Aug 10, 2022 · 1 comment

Comments

@ottk3
Copy link

ottk3 commented Aug 10, 2022

The versions 0.11.x fail to compile on 32-bit systems

Error message:

expected u32, found u64

evdev/src/raw_stream.rs

Lines 89 to 93 in 091e09b

impl Drop for FFEffect {
fn drop(&mut self) {
let _ = unsafe { sys::eviocrmff(self.file.as_raw_fd(), self.id as u64) };
}
}

@jeff-hiner
Copy link
Collaborator

jeff-hiner commented Aug 10, 2022

Should be fixed in #82. Thanks for the catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants