-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ubuntu 18.04 LTS fails to build correctly: undefined symbol: udev_device_get_devnode #7
Comments
It's apparently a linking issue:
Fixed it. Maybe installing |
I have this issue.. libudev-dev installed using apt-get libneoradio2 installed using pip+git on a raspberry pi |
-This should fix Issue #7. -Added Check to make sure libudev is found. -Added check to only link against udev if under linux. -Fixed a build issue with the example not building. -Added option to make sure compiler uses c++14 standard minimum. -Added hid.c include for mac as prelimiary fix for issue #5. Signed-off-by: David Rebbe <[email protected]>
Please try building from latest.
@scollis Please note I haven't had time to officially test on a raspberry pi yet. I plan on getting to it after the conference is over and I'm back at home. |
Thanks @drebbe-intrepid ! Let me know if you want a new issue opened narrowed to RPi. FYI I reinstalled the github code and still get the same error. |
Yes please do, I don't have a raspberry pi with me on this trip so it will have to wait until I get home. |
Importing neoradio2 fails with:
Ubuntu version:
The text was updated successfully, but these errors were encountered: