Re: [Owfs-developers] libusb-1.0 required version

2017-03-05 Thread Jan Kandziora
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_

Re: [Owfs-developers] libusb-1.0 required version

2017-03-05 Thread 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_strerror. Other suggestions? On 11/02/17 10:51, Thomas

[Owfs-developers] libusb-1.0 required version

2017-02-11 Thread Thomas Zimmermann
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 -