libusbx v1.0.9-rc5 is now available
Xiaofan Chen
xiaofanc at gmail.com
Sun Apr 1 08:09:27 EDT 2012
On Sun, Apr 1, 2012 at 5:06 AM, Pete Batard <pete at akeo.ie> wrote:
> On 2012.03.31 06:36, Xiaofan Chen wrote:
>>>> The tarball does not seem to be correct. Missing msvc directory
>>>> and missing autogen.sh file.
>>>
>>> That is probably the fault of 'make distcheck". I tried the command
>>> and it does the same thing of removing msvc directory (problem)
>>> and autogen.sh (not a big problem).
>
> Will make sure this is fixed in the release.
Please also make sure libusb-1.0.def is there. If not
MSVC build will fail as well.
>
>> Other than that, rc5 seems to be good. Tested on a few platforms:
>> Mac OS X Lion, Ubuntu 10.04 32bit and Win8 CP x86.
>
> Great. Thanks a lot for this!
>
I did some further tests under other Linux distributions and
they seem to be okay. Unfortunately older Linux distributions
are usually not well supported to be used as a test bed (eg:
Ubuntu 6.06 LTS is not longer supported and I can not find
a repo mirror for the software, similarly for Debian 4).
So I manged only to test Ubuntu 8.04 LTS as the oldest distro
for the tests. It is fine under 8.04LTS but there is a warning. The
warning about xusb.c seems to be valid. Maybe you want to
add a new line at the end of xusb.c.
Making all in examples
make[2]: Entering directory
`/home/mcuee/Desktop/build/libusbx/libusbx-1.0.9-rc5/examples'
CC listdevs.o
CCLD listdevs
CC xusb.o
xusb.c:879:2: warning: no newline at end of file
CCLD xusb
CC dpfp.o
CCLD dpfp
CC dpfp_threaded-dpfp_threaded.o
CCLD dpfp_threaded
mcuee at Ubuntu804VM:~/Desktop/build/libusbx/libusbx-1.0.9-rc5$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
--
Xiaofan
More information about the libusbx
mailing list