Fails because libusb_close does not have a prototype early enough in libusb.c. Adding it before the call fixes it. I haven't started running it yet, but at least it now compiles. -- John-Mark Gurney <jmg at cryptography.com> Cryptography Research, Inc. +1 415 397 0123 ext. 332
On Tue, Jul 29, 2008 at 4:59 PM, John-Mark Gurney <john-mark at cryptography.com> wrote:> Fails because libusb_close does not have a prototype early enough in > libusb.c. Adding it before the call fixes it. I haven't started > running it yet, but at least it now compiles.Thanks for bringing this to our attention! Fixed in the SVN trunk. -- - Charles Lepple