We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling the dll on windows results in the following errors after installing libusb via vcpkg
C:\Users\folder\Desktop>gcc -fPIC -shared -o libusbjava.dll -I"%JAVA_HOME%\include" -I"%JAVA_HOME%\include\win32" -I"C:\Program Files\CodeBlocks\MinGW\x86_64-w64-mingw32\include" -llibusb-1.0 Jusb.c C:/Program Files/CodeBlocks/MinGW/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -llibusb-1.0 collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Tomiwa-Ot
No branches or pull requests
Compiling the dll on windows results in the following errors after installing libusb via vcpkg
The text was updated successfully, but these errors were encountered: