-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
Use the found libusb #355
Use the found libusb #355
Conversation
I have an issue with this commit, whereas no issue with the previous commit
This PR brought something not compatible with all host config, I suggest to rollback before more people experience issues, or we can dig in the root cause. Cheers |
@dulaccc Sorry, I tested only on Windows. Can you try changing It was an oversight on my part. I'll create a PR after you've confirmed it works on OSX too (I don't have OSX to test). |
I've reverted for now. |
No problem, cross platform testing is intense.
|
Btw, CF means CoreFoundation on Mac OSX. So it's probably just a missing linkage step. |
Ah, too bad. I tested changing EDIT: did you remove or your build directory to make sure you started from clean slate? |
Ok I make it works by adding these :
It's ugly and raise cmake warnings but the build succeeded, with this output
|
I had the same issue. The changes @dulaccc suggested also resolved the error for me. I changed the target_link_libraries calls to fix the cmake warnings about mixing function signature compatibility with prior calls.
|
No description provided.