[Libusbx-devel] build error: undefined reference to `libusb_error_name'

2013-05-25 Thread Carl Karsten
I am trying to use https://github.com/timvideos/HDMI2USB/tree/jahanzeb/release/R1/pre-build which says "libusb fxload comes from https://github.com/pbatard/fxload " sudo apt-get install libusb-1.0-0-dev git clone https://github.com/pbatard/fxload.git cd fxload carl@dc10:~/tv/fxload$ make cc -o f

Re: [Libusbx-devel] Bulk transfer queueing order problem

2013-05-25 Thread Pete Batard
On 2013.05.25 02:33, qse drf wrote: > So this seems like a bug in libusbx that it doesn't seem to honor the > synchronous API expectations in this case, as evidenced by the concatenating > of the > buffers from multiple calls. Or am I missing something? Can you try using the libusb-win32 or libu

Re: [Libusbx-devel] undefined symbol error on libusb_get_port_number

2013-05-25 Thread Pete Batard
Hi Bill, On 2013.05.24 22:03, McConnaughey, Bill wrote: > Using version 1.0.15 on Linux. It links my program without complaints, > but when it tries to call libusb_get_port_number the program is killed > with the message that this symbol is undefined. I am able to get along > without calling th

Re: [Libusbx-devel] build error: undefined reference to `libusb_error_name'

2013-05-25 Thread Pete Batard
Hi Carl, On 2013.05.25 21:02, Carl Karsten wrote: > I am trying to use > https://github.com/timvideos/HDMI2USB/tree/jahanzeb/release/R1/pre-build > which says "libusb fxload comes from > https://github.com/pbatard/fxload " Oh man, are people actually using that old code? This is no longer maint

Re: [Libusbx-devel] build error: undefined reference to `libusb_error_name'

2013-05-25 Thread Carl Karsten
On Sat, May 25, 2013 at 4:50 PM, Pete Batard wrote: > Hi Carl, > > > On 2013.05.25 21:02, Carl Karsten wrote: >> >> I am trying to use >> https://github.com/timvideos/HDMI2USB/tree/jahanzeb/release/R1/pre-build >> which says "libusb fxload comes from >> https://github.com/pbatard/fxload " > > >