[Owfs-developers] libusb problem

2015-11-22 Thread Stefano Miccoli
Sorry if I repeat myself, but this problem is still unsolved as of branch master 0ea833c.$ git grep -n '#include <[a-z]*usb\.h>'module/owlib/src/include/ow.h:305:#include module/owlib/src/include/ow_usb_cycle.h:58:#include If I got it right, current OWFS uses libusb-1.0, which requires to include

Re: [Owfs-developers] Merging "moat" device specific code

2015-11-22 Thread Matthias Urlichs
On 22.11.2015 02:42, Colin Reese wrote: > Now this error on make on armhf: > > In file included from ../include/ow_devices.h:56:0, > from ow_daemon.c:14: > ../include/ow_moat.h:93:1: error: expected identifier before '<<' token bah. Sorry about that. Will fix ASAP.

Re: [Owfs-developers] libusb problem

2015-11-22 Thread Jan Kandziora
Am 22.11.2015 um 16:03 schrieb Stefano Miccoli: > Sorry if I repeat myself, but this problem is still unsolved as of > branch master 0ea833c. > > $ git grep -n '#include <[a-z]*usb\.h>' > module/owlib/src/include/ow.h:305:*#include * > module/owlib/src/include/ow_usb_cycle.h:58:*#include * >

Re: [Owfs-developers] Merging "moat" device specific code

2015-11-22 Thread Matthias Urlichs
On 22.11.2015 00:18, Colin Reese wrote: > Looks like same error: > > ./configure: line 16287: syntax error near unexpected token `LIBUSB,' > ./configure: line 16287: ` PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= > 0.9.1, ENABLE_USB=true,ENABLE_USB=false)' If you even have "PKG_CHECK_MODULES" in

Re: [Owfs-developers] Merging "moat" device specific code

2015-11-22 Thread Matthias Urlichs
On 22.11.2015 17:03, Matthias Urlichs wrote: > bah. Sorry about that. Will fix ASAP. Fix pushed. -- Matthias -- ___ Owfs-developers mailing list

[Owfs-developers] 3.1p1 release, anyone?

2015-11-22 Thread Jan Kandziora
Hi all, we have had some important fixes recently * Paul merged his regex branch. * Johan Ström added support for the LINK aux line. * Paul added some basic support for the Hobbyboards Multitemp. * Thomasz Torcz and Stephano Miccoli fixed the libusb0 problems * I myself fixed the "external"

Re: [Owfs-developers] 3.1p1 release, anyone?

2015-11-22 Thread Colin Reese
I now have moat version built fine on both 14.04LTS and deb armhf and will do some testing this afternoon/evening with devices. Surely, however, Matthias, has a better idea of whether it's ready for release. C On 11/22/2015 12:39 PM, Jan Kandziora wrote: > Hi all, > > we have had some