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

2015-11-21 Thread Matthias Urlichs
On 21.11.2015 07:46, Colin Reese wrote: > standard owfs builds fine on amhf debian, with owfs-moat results > previously reported. > > On ubuntu 14.04 LTS, owfs standard owfs 3.0.2 config is fine. owfs-moat > gives: > MoaT patch is based on 3.1, which has/had some issues with libusb. I have

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

2015-11-21 Thread Colin Reese
Interestingly, config runs fine on my Raspbian armhf. I'm attempting a make right now. C On 11/21/2015 5:16 PM, Gregg Levine wrote: > Hello! > Aren't we fighting with the moat monsters here regarding the error? > Why not examine the entire method behind how the token is created. In > fact how's

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

2015-11-21 Thread Colin Reese
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)' C On 11/20/2015 10:46 PM, Colin Reese wrote: standard owfs builds fine on amhf

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

2015-11-21 Thread Gregg Levine
Hello! Aren't we fighting with the moat monsters here regarding the error? Why not examine the entire method behind how the token is created. In fact how's the entire configuration script written? That should answer it. Meanwhile where's Paul, I'm surprised he hasn't commented by now. - Gregg

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

2015-11-21 Thread Colin Reese
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 ../include/ow_moat.h:104:20: warning: 's_names' defined but not used [-Wunused-variable]