You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libusb are giving me trouble. I get undefined reference errors. Maybe I am doing something wrong. I just copied the libusb.h file in the include folder and the libusb-1.0.dll, libusb-1.0.dll.a and libusb-1.0.a in the lib folder. I also tried to copy them in the lib/dll and lib/static folders. But it somehow doesn't find them I think... The only compiler that didn't give errors or warnings is cpp but the exe produced doesn't run on windows, it says it is 16 bits
It's probably because pkgconfig doesn't know where it's installed. You'd have to either edit the Makefile to no longer require pkgconfig, or set up pkgconfig properly.
I have been trying to compile it on windows using minGW, without any success. But I read that people were able to.
The text was updated successfully, but these errors were encountered: