2013/8/22 Brilliantov Kirill Vladimirovich <brillian...@byterg.ru>: > Ludovic Rousseau wrote on 08/21/2013 06:29 PM: > >> >> This should already be fixed upstream in >> https://github.com/libusbx/libusbx/commit/83021abc20102e45f0eab53a3bea92279259182a >> >> Can you check your problem is fixed in the currrent git version? >> > > > Hello, Ludovic! > Yes, git master havn't this problem
Fine > but it have another cosmetic problem. > > $ git clone --depth=1 https://github.com/libusbx/libusbx.git > $ cd libusbx/ > $ git log --pretty=oneline > 0837c479dc197b27884d717bf4ddc31cae65afd9 Android: Add further > documentation to A > 3b4a7c9d93b55be5e2c8edb10daa38356c84d8c3 OpenBSD: Add basic support for > non ugen > $ ls > android configure.ac INSTALL_WIN.txt NEWS THANKS > AUTHORS COPYING libusb PORTING TODO > autogen.sh doc libusb-1.0.pc.in README Xcode > bootstrap.sh examples Makefile.am README.git > ChangeLog INSTALL msvc tests > $ autoreconf -i > aclocal: couldn't open directory `m4': No such file or directory > autoreconf: aclocal failed with exit status: 1 > $ mkdir m4 > $ autoreconf -i > $ ./configure --prefix=/tmp/libusb --host=arm-fsl-linux-gnueabi > --enable-udev=no --disable-log > CC=/opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc > ............. > checking for sys/socket.h... yes > checking for linux/netlink.h... yes > checking for linux/filter.h... yes > checking poll.h usability... yes > checking poll.h presence... yes > checking for poll.h... yes > > Create m4 directory not hard, but may be add it in repository or change > configure.ac? You forgot to call libtoolize. libtoolize will create a populate the m4/ directory for you. Maybe you should use the provided ./bootstrap script to call all the autotools commands. Bye -- Dr. Ludovic Rousseau ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ libusbx-devel mailing list libusbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libusbx-devel