I’m unable to compile on my raspberry pi with Arch Linux ARM: In file included from ../include/ow_connection.h:78:0, from ../include/ow_standard.h:18, from ../include/ow_generic_read.h:38, from ../include/ow_device.h:75, from ../include/ow.h:340, from ow_dnssd.c:16: ../include/ow_usb_cycle.h:58:17: fatal error: usb.h: No such file or directory I would guess that in module/owlib/src/include/ow_usb_cycle.h the two lines #include <sys/types.h> // Mac needs this before <usb.h> according to Peter Peter Radcliffe's work #include <usb.h> are spurious, since ow.h already includes <libusb.h> and <sys/types.h> After deleting those lines compilation is fine. Unfortunately I cannot test USB support since I do not have an USB adapter at hand. Stefano Simple patch included: |
0001-quick-fix-for-usb-header.patch
Description: Binary data
|
------------------------------------------------------------------------------
_______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers