dfu-util: building latest git on MacOSX

Tormod Volden lists.tormod at gmail.com
Mon Nov 15 23:27:55 CET 2010


On Mon, Nov 15, 2010 at 10:27 PM, Stefan Schmidt wrote:
> Any more info on the lsusb detection problem? Is there any known fix for this?

Hand-editing the Makefile to point to /opt/local/... (where mac ports
install libusb) seems to be needed. And/or runnning ./configure
--libdir=/opt/local/lib --includedir=/opt/local/include

> The echo -e is seems like a problem I introduced. I was never good at pure shell
> programming. :)

For this, specifying SHELL=bash makes it work. It seems that configure
selects sh instead of bash. Furthermore, the built-in echo in sh on
10.6 does not honour the -e flag, but it does on 10.4 from what I
could see.

But maybe someone on MacOSX can chime in here...

Tormod



More information about the devel mailing list