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

mtdev-mapping.h: No such file or directory #108

Open
grahammorehead opened this issue Jun 10, 2020 · 1 comment
Open

mtdev-mapping.h: No such file or directory #108

grahammorehead opened this issue Jun 10, 2020 · 1 comment

Comments

@grahammorehead
Copy link

grahammorehead commented Jun 10, 2020

When installing, './configure' runs fine, but 'make' exits almost immediately with this error:

❯ make

make  all-am
make[1]: Entering directory '/home/bizon/Downloads/xf86-input-mtrack'
  CC       src/capabilities.lo
In file included from ./include/capabilities.h:25:0,
                 from src/capabilities.c:22:
./include/common.h:35:27: fatal error: mtdev-mapping.h: No such file or directory
 #include <mtdev-mapping.h>
                           ^
compilation terminated.
Makefile:614: recipe for target 'src/capabilities.lo' failed
make[1]: *** [src/capabilities.lo] Error 1
make[1]: Leaving directory '/home/bizon/Downloads/xf86-input-mtrack'
Makefile:419: recipe for target 'all' failed
make: *** [all] Error 2

OS: Linux dl 5.3.0-53-generic #47~18.04.1-Ubuntu

STEPS TO REPRODUCE:

  1. git clone https://github.com/p2rkw/xf86-input-mtrack.git
  2. cd xf86-input-mtrack
  3. ./configure
  4. make
@grahammorehead
Copy link
Author

I think I just resolved it by:

> sudo apt-get install -y libmtdev-dev

and then starting over.

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

1 participant