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

Cannot build xwiimote #90

Open
tim-blackmore opened this issue Dec 23, 2019 · 2 comments
Open

Cannot build xwiimote #90

tim-blackmore opened this issue Dec 23, 2019 · 2 comments

Comments

@tim-blackmore
Copy link

I am on ubuntu 18.04.3 and I am struggling with installing xwiimote. My problem seems to echo similar problems in this thread but I have been unable to resolve the issue.

I am following the instructions and when I run the ./autogen.sh for xwiimote, it fails with the following lines.

./configure: line 13319: syntax error near unexpected token `UDEV,'

./configure: line 13319: `PKG_CHECK_MODULES(UDEV, libudev)'

I'd appreciate any advice on how to resolve this issue.

@masebb
Copy link

masebb commented Mar 4, 2020

I was so too.(I don't use ubuntu)
So I was able to install using apt-get! (I don't know why)

$ sudo apt-get update
$ sudo apt-get install  xwiimote

@PureTryOut
Copy link

You're missing the development headers for udev, install them.

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

3 participants