Hi,
unfortunately it doesn't work.
I installed libusb, i did both via apt-get and manually. Also I disabled
USB (./configure --enable-usb=no).
The result is still the same:

gcc -DHAVE_CONFIG_H -I. -I../../../../src/include    -I../include
-I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes
-Wredundant-decls  -pthread  -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600
-D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -MT owusbprobe.o -MD -MP -MF .deps/owusbprobe.Tpo
-c -o owusbprobe.o owusbprobe.c

owusbprobe.c:22:47: fatal error: ../../../owlib/src/include/libusb.h: No
such file or directory

 #include "../../../owlib/src/include/libusb.h"

                                               ^

compilation terminated.

Makefile:676: recipe for target 'owusbprobe.o' failed

make[4]: *** [owusbprobe.o] Error 1

make[4]: Leaving directory '/home/pi/owfs-3.1p2/module/owshell/src/c'

Makefile:496: recipe for target 'all-recursive' failed

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory '/home/pi/owfs-3.1p2/module/owshell/src'

Makefile:496: recipe for target 'all-recursive' failed

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory '/home/pi/owfs-3.1p2/module/owshell'

Makefile:510: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory '/home/pi/owfs-3.1p2/module'

Makefile:565: recipe for target 'all-recursive' failed

make: *** [all-recursive] Error 1

 I really appreciate your help!

Best,
Tom

On Mon, Aug 8, 2016 at 7:23 AM, Andy Carter <o...@ply.me.uk> wrote:

> On Sunday 07 Aug 2016 21:40:33 sancho privat wrote:
>
> > I just have tried to install the latest version. However, after the
> > ./configure step I get the following error when trying the "make".
> >
> > I'm using raspian (4.4.16) - here is the error:
> >
> >
> > S=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
> > -D_POSIX_C_SOURCE=200112L -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
> > -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -MT owusbprobe.o -MD -MP -MF
> > .deps/owusbprobe.Tpo -c -o owusbprobe.o owusbprobe.c
> >
> > owusbprobe.c:22:47: fatal error: ../../../owlib/src/include/libusb.h: No
> > such file or directory
> >
> >  #include "../../../owlib/src/include/libusb.h"
>
> As no-one else has replied yet I'll try as an amateur - so maybe wrong ;)
>
> Looks like you need to install the libusb development packages eg.
> libusb-dev.
> My Pi is not accessible at the moment so cannot be sure of exact package
> name.
>
> You could disable usb support in your build but that is probably not what
> you
> want
>
> Andy
>
> ------------------------------------------------------------
> ------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to