On Tuesday 16 March 2010 03:23, Rob Landley wrote: > Actually the trivial fix is: > > diff --git a/include/fix_u32.h b/include/fix_u32.h > index 5652e9e..2049f16 100644 > --- a/include/fix_u32.h > +++ b/include/fix_u32.h > @@ -5,7 +5,7 @@ > * > * Licensed under the GPL version 2, see the file LICENSE in this tarball. > */ > -#ifndef FIX_U32_H > +#if 0 > #define FIX_U32_H 1 > > #undef __u64 > > I.E. "fix_u32.h" is what's breaking it in the first place. If that entire > file > did not exist, there would be no problem including linux/* headers Linux.
Rob, there would be no problem _for you_, with your recent toolchain. I want to support some not-exactly-perfect toolchains too. It's ok if you disagree with me on this. IMO it's not something worthy of protracted discussion. Please let me know whether current git works for you. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
