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

Missing function definitions in capabilities.h, include in mtrack-test.c #33

Closed
Iritscen opened this issue Apr 16, 2017 · 1 comment
Closed

Comments

@Iritscen
Copy link

Apologies if I'm not doing GitHub right (newbie), but I wanted to mention that, in attempting to build the code, I was stopped by implicit declaration warnings because capabilities.h is missing definitions for get_cap_xmin() and get_cap_ymin(). This problem was introduced in commit 6f03cc5.

I also had to include unistd.h in mtrack-test.c in order for main() to be able to make use of close(). Having corrected these two points, the code built for me.

Not sure how others have been building the code without hitting these issues, so I feel like I did something wrong, but I merely ran "./configure" and "make" per usual. Anyway, thanks for continuing to maintain this project; I desperately need it to make this MacBook usable in Ubuntu.

@p2rkw
Copy link
Owner

p2rkw commented Apr 21, 2017

Thanks for report.

Honestly I never used mtrack-test because xinput is superior. I will fix that in free time, alternatively you could create PR for that.

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

No branches or pull requests

2 participants