Ssr: Can't compile missing XInput2.h

Created on 6 May 2014  ·  3Comments  ·  Source: MaartenBaert/ssr

checking for X11/extensions/XInput2.h... no
configure: error: required header missing

I updated my local git repo and tried to compile the new changes, but get the error above.

How to i fix that? Does my Debian Testing lack some packages (compiled fine ~last month) or do i need to make some softlinks so the check find the X extensions?

Most helpful comment

You need to install 'libxi-dev' first, it's needed for the improved hotkey support.

All 3 comments

You need to install 'libxi-dev' first, it's needed for the improved hotkey support.

Is there an rss feed or so where i can get information if new
dependencies are added?

Thanks

Am 06.05.2014 02:48, schrieb MaartenBaert:

You need to install 'libxi-dev' first, it's needed for the improved
hotkey support.


Reply to this email directly or view it on GitHub
https://github.com/MaartenBaert/ssr/issues/178#issuecomment-42257639.

No, but you can find an up-to-date list of dependencies in the README file. And you can view the history of the README file here:

https://github.com/MaartenBaert/ssr/commits/master/README.md

Was this page helpful?
0 / 5 - 0 ratings