On Friday 09 July 2010 18:08:52 Denys Vlasenko wrote: > On Thursday 08 July 2010 17:49, Rob Landley wrote: > > util-linux/acpid.c:147: error: 'SW_LID' undeclared (first use in this > > function) > > It builds for me with Aboriginal Linux 0.9.11 toolchain.
Yup. That's using much more recent kernel headers than SuSE Linux Enterprise 10. (There's a build machine at work that has that.) > SW_LID is defined in > > fwl_uclibc_i686-0.9.11/include/linux/input.h Kernel header. Git annotate says: ed8f9e2f (Richard Purdie 2006-05-29 716)#define SW_LID It was added to the kernel headers in 2.6.17. It's possible that SuSE Linux Enterprise Server 10 is so old busybox can no longer be expected to build on it, but if so there should probably be some kind of policy statement. > and it is included in busybox-1.16.2/util-linux/acpid.c: > > #include <linux/input.h> > > I just re-tested it to be 100% sure. It does build for me: It builds for me too, using kernel headers newer than 2006. > BTW, bbox 1.17.0 is out. Please let me know what broke... Ok. I've fallen a bit behind trying to get A) aboriginal 1.0 out, B) Gentoo From Scratch up and running, C) sh4 and sparc working again. But I know I owe you prebuilt binaries for 1.16.2 and 1.17.0. (Also, the basic cron jobs are running again, but I haven't hooked git or the busybox test suite up to 'em yet.) Rob -- GPLv3: as worthy a successor as The Phantom Meanace, as timely as Duke Nukem Forever, and as welcome as New Coke. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
