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

libusb.h no found on install #10

Open
Gadgeteering opened this issue Nov 27, 2020 · 4 comments
Open

libusb.h no found on install #10

Gadgeteering opened this issue Nov 27, 2020 · 4 comments

Comments

@Gadgeteering
Copy link

pseyepy/src/ps3eye.h:20:10: fatal error: 'libusb.h' file not found
#include "libusb.h"
^~~~~~~~~~

@osskar12
Copy link

Hi, have you solved this issue?
I am running into the same on Ubuntu 18.04

@iRonJ
Copy link
Contributor

iRonJ commented Apr 28, 2021

Try this branch https://github.com/iRonJ/pseyepy

@osskar12
Copy link

Thank you for the quick answer, but i still run into the same error:

In file included from pseyepy/src/ps3eye_capi.h:29:0,
from pseyepy/cameras.cpp:658:
pseyepy/src/ps3eye.h:20:10: fatal error: libusb-1.0/libusb.h: file not found
#include <libusb-1.0/libusb.h>

Do I have to move some libusb files in different directories? I tried some options, but was not successfull.

@osskar12
Copy link

Solved the issue.

The relevant error line was actually:

configure: error: "udev support requested but libudev not installed"

I installed libudev with sudo apt install libudev-dev and the install worked

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