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 [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
