libusb.h: No such file or directory #264
Unanswered
huojiujian1
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Without knowing what exactly you did, I can not help you here. The message simply tells me that your compiler can not find the libusb header. Make sure to either copy this file into the include path of your compiler or add the location of the file to the search path for includes. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When attempting to compile Qt open source, I encountered the error 'libusb.h: No such file or directory.' Despite following methods found online to add the library, I still cannot successfully compile it.
Beta Was this translation helpful? Give feedback.
All reactions