Re: [Barry-devel] Android build support patch

2011-11-11 Thread Toby Gray
On 11/11/11 01:57, Chris Frey wrote: I'm assuming that you need EXTRA_DIST for the buildtest script? Or do you need it for your own work? My only reason for doing it as a subdir was so that doing "make distclean && make dist" in the root generated tarballs without any Android object files or

Re: [Barry-devel] Android build support patch

2011-11-11 Thread Toby Gray
On 11/11/11 01:57, Chris Frey wrote: The libusb error code patch got me thinking, and I had to change it back, for the most part, but I also changed the API of the Init call that relied on it, so hopefully this issue is fully solved now. The TranslateErrcode() function is now just a convenience

Re: [Barry-devel] Android build support patch

2011-11-11 Thread Nicolas
To do quick... Use generic header file name (as time.h, config.h...) is quiet dangerous... We have to use correctly the brackets or the quotes. #include <...> search in the includes dir (toolchains or specified from the gcc options -I) #include "..." search at first in the current directory (wh

Re: [Barry-devel] Android build support patch

2011-11-11 Thread Chris Frey
On Fri, Nov 11, 2011 at 01:06:04PM +, Toby Gray wrote: > Seems fine to me. I've got one small change to make to the Makefile as > it's no longer processed by automake which I've done as: > > https://github.com/tobygray/barry/commit/c8a0e02fd876bb90c29922fcd4739e10f1671526 Merged, thanks! -

Re: [Barry-devel] Android build support patch

2011-11-11 Thread Chris Frey
On Fri, Nov 11, 2011 at 02:06:24PM +, Toby Gray wrote: > I had to make a small change here to get it working correctly when > Init() is called twice. See > https://github.com/tobygray/barry/commit/d55b5049ba3e9e1a6ce871406e8519c5e7b0346d > > I don't know if you'd pick it up from my github bra