Re: [Libusbx-devel] Libusbx HID driverless

2013-06-18 Thread Sven Köhler
On 14/06/13 13:38, Belkhiria Hamza Yazid wrote: > I am looking for a driverless solution for HID communication based on > Libusbx, > Is it possible ? and in that case could someone direct me on where to > start ? http://www.signal11.us/oss/hidapi/

Re: [Libusbx-devel] Compiling a Universal binary on OS X?

2012-11-13 Thread Sven Köhler
Am 25.05.2012 08:41, schrieb Kyle McKay: > CFLAGS='-O2 -arch x86_64 -arch i386 -arch ppc' \ > ./configure --disable-dependency-tracking Thank you very much. On Snow Leopard, I tried > CC='gcc-4.2' CFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64 > -mmacosx-version-min=10.5 -isysroot /Develo

[Libusbx-devel] Questions about libusb on OS X

2012-10-30 Thread Sven Köhler
Hi, I'm a developer of the leJOS open source project. We're currently looking for new ways for talking to USB devices. On Linux, we already use libusb with great success (however, port to libusb 1.0 and libusbx is pending). Some issues remain, like the one with libusb_detach_kernel_driver, which c

Re: [Libusbx-devel] Building git code on Mac; CMake support?

2012-10-28 Thread Sven Köhler
Am 13.10.2012 03:03, schrieb Xiaofan Chen: > On Sat, Oct 13, 2012 at 2:15 AM, Orin Eman wrote: >> Personally, I think it's better to supply native build methods than to try >> to force autotools to work on systems that don't support it. > > Me too. So autotools for Linux and BSDs, XCode for Mac O