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

build on Linux is broken #88

Open
maninalift opened this issue Oct 31, 2023 · 2 comments
Open

build on Linux is broken #88

maninalift opened this issue Oct 31, 2023 · 2 comments

Comments

@maninalift
Copy link

It appears that build on Linux is broken after the most recent commit which updates dependencies. There are two issues.

The first is easily solved by adding features= [fs] to the

The second issue is I think due to a change in the function signature of open_restricted and close_restricted in the LibinputInterface trait which now

I am a total Rust beginner, also I am not clear whether this project is being actively maintained. For these reasons, I haven't investigated this much.

Without really understanding what was going on, I have got the library to compile by brute force and ignorance, (I'm sure it won't do what it is supposed to do) See here

If this library is being maintained, I could either investigate she fix it properly or leave it to someone who knows what they are doing.

@maninalift
Copy link
Author

I have just notices that someone has already made a pull request to fix this.

@obv-mikhail
Copy link
Owner

I have just notices that someone has already made a pull request to fix this.

Thanks, I actually missed this pull request somehow, just merged it.

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