Am 05.03.2017 um 17:31 schrieb Johan Ström:
> Unfortunately FreeBSD advertises it's libusb-1.0 layer (which have
> libusb_strerror) as 1.0.9, so just bumping the requirement to 1.0.16
> will break build on FreeBSD.
>
> A quick but ugly solution would just be to #ifdef out the calls to
> libusb_
Unfortunately FreeBSD advertises it's libusb-1.0 layer (which have
libusb_strerror) as 1.0.9, so just bumping the requirement to 1.0.16
will break build on FreeBSD.
A quick but ugly solution would just be to #ifdef out the calls to
libusb_strerror. Other suggestions?
On 11/02/17 10:51, Thomas
Hi,
I've just tried to compile 3.1p5 and recognized that since the addition of
owusbprobe at least libusb-1.0 >= 1.0.16 is required, as the libusb_strerror
function was added in this release. Perhaps someone can update the required
version in the configure.ac.
Thanks,
Thomas
-