Am 25.09.2015 um 22:45 schrieb Stefano Miccoli: > I’m unable to compile on my raspberry pi with Arch Linux ARM: > > [...] > > After deleting those lines compilation is fine. Unfortunately I cannot test > USB > support since I do not have an USB adapter at hand. > Stefano,
actually that is because the supplied Makefile is missing a -I/usr/include/libusb-1.0/ when compiling for some unknown reason. You can add that include directory to your ./configure line: CFLAGS="-I/usr/include/libusb-1.0/" ./configure [more flags] If you do this USB works, too. Kind regards Jan ------------------------------------------------------------------------------ _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers