Re: [Discuss-gnuradio] Re: libusb error on Mac OS X when building uhd driver

2010-09-05 Thread Thomas Tsou
On Sun, Sep 5, 2010 at 1:24 PM, Josh Blum wrote: > > > On 09/05/2010 04:11 AM, Elvis Dowson wrote: >> >> Hi, >>       More specifically, there is a problem with calls to >> libusb_cpu_to_le16(x) in libusb.h >> >> /** \def libusb_cpu_to_le16 >>  * \ingroup misc >>  * Convert a 16-bit value from hos

[Discuss-gnuradio] Re: libusb error on Mac OS X when building uhd driver

2010-09-05 Thread Josh Blum
On 09/05/2010 04:11 AM, Elvis Dowson wrote: Hi, More specifically, there is a problem with calls to libusb_cpu_to_le16(x) in libusb.h /** \def libusb_cpu_to_le16 * \ingroup misc * Convert a 16-bit value from host-endian to little-endian format. On * little endian systems, this fu

[Discuss-gnuradio] Re: libusb error on Mac OS X when building uhd driver

2010-09-05 Thread Elvis Dowson
Hi, More specifically, there is a problem with calls to libusb_cpu_to_le16(x) in libusb.h /** \def libusb_cpu_to_le16 * \ingroup misc * Convert a 16-bit value from host-endian to little-endian format. On * little endian systems, this function does nothing. On big endian systems, * the b