-
Notifications
You must be signed in to change notification settings - Fork 36
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
Mac osx fix #4
base: master
Are you sure you want to change the base?
Mac osx fix #4
Conversation
Looks like I was just being impatient. The build does complete, but building the usb tools takes about ten minutes. The thread that takes ages is: "main" prio=5 tid=7ff6ba801000 nid=0x101fd2000 runnable [101fcf000] The device in question is this one: Usb device: ..which from USB Prober.app appears to be the built in webcam. |
On a similar note, I had to make the changes in this pull request to get it to compile and install successfully on OS X. Namely adding the JDK headers folder to the include path and commenting out the lsusb.main invocation as for me it just prints out usb information and then hangs.