bensondaled/pseyepy

libusb.h no found on install

Gadgeteering opened this issue · 4 comments

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

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

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.

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