[BusyBox] svn- co or update

Rob Landley rob at landley.net
Tue Aug 2 05:33:00 UTC 2005


On Monday 01 August 2005 09:32, Mike Frysinger wrote:
> On Monday 01 August 2005 09:08 am, Uwe Zeisberger wrote:
> > > I didn't understand the following problems after checkout or update:
> > >
> > > in networking/ifconfig.c
> > >
> > > if (ENABLE_FEATURE_CLEAN_UP) close(sockfd);
> > > ---> error: `ENABLE_FEATURE_CLEAN_UP' undeclared
> >
> > I find the same.  I tracked it down to uClibc's
> > include/bits/uClibc_config.h.  This file #define's AUTOCONF_INCLUDED
> > and so include/bb_config.h is completly empty after preprocessing.
> >
> > So there is another name clash.
>
> in the case of uClibc, it doesnt look like theres any reason to define that
> -mike

We don't _use_ autoconf, do we?

The loop.c mess would have been easier to fix if we did...

Rob



More information about the busybox mailing list