Dear all,
I'm trying to build 16.09 or "next" on Arch/Manjaro (without systemd) -- the librepilot user-provided repositories have not been updated with this version.
I am having quite a lot of build problems with libusb: clean from git, I get the following error:
Project ERROR: libusb-1.0 development package not found
if I comment
PKGCONFIG += libusb-1.0
from the file:
ground/gcs/src/plugins/ophid/ophid.pro
then I can build, but when I start the librepilot-gcs I get a large error message. Some key exerpts:
Cannot load plugin... libOPHID.so: undefined symbol: libusb_free_config_descriptor
I have libusb installed:
# pacman -Ql libusb-nosystemd
libusb-nosystemd /usr/
libusb-nosystemd /usr/include/
libusb-nosystemd /usr/include/libusb-1.0/
libusb-nosystemd /usr/include/libusb-1.0/libusb.h
libusb-nosystemd /usr/lib/
libusb-nosystemd /usr/lib/libusb-1.0.so
libusb-nosystemd /usr/lib/libusb-1.0.so.0
libusb-nosystemd /usr/lib/libusb-1.0.so.0.1.0
libusb-nosystemd /usr/lib/pkgconfig/
libusb-nosystemd /usr/lib/pkgconfig/libusb-1.0.pc
Any help would be appreciated, and if you are interested in a working updated arch package for the repository, I'd be happy to help.
E