On 22.11.2015 00:18, Colin Reese wrote: > 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)'
If you even have "PKG_CHECK_MODULES" in your configure script, you have far worse problems than a libusb conflict. You need to install "pkg-config", re-run the whole autoconf stuff, and pay more attention to its error messages next time. ;-) Install that, and a current libusb*dev package, run ./bootstrap, then check what's going on. I pushed a patch removing that old header inclusion to the m-o-a-t repository. -- Matthias ------------------------------------------------------------------------------ _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers