[BusyBox] svn- co or update

Thomas Fröhlich bornland at gmx.at
Tue Aug 2 08:58:24 UTC 2005


Am Dienstag, 2. August 2005 10:52 schrieben Sie:
> Am Dienstag, 2. August 2005 08:24 schrieb Rob Landley:
> > On Monday 01 August 2005 07:08, Thomas Fröhlich 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
> > >
> > > in other files are this codelines...
> > > #ifdef CONFIG_FEATURE_CLEAN_UP
> > > xxx
> > > #endif
> > >
> > > What is now the right code?
> > >
> > > ///////////
> > > other problem:
> > > shell/ash.c:11849: error: parse error before "BB_VER"
> > >
> > > but it is in include/bb_config.h defined...I don't see the problem!
> > > :( if i include "config.h" it will be work, what is the difference
> > > between include/bb_config.h and  include/config.h, beside
> > >
> > > in config.h
> > > #define CONFIG_FEATURE_BUFFERS_USE_MALLOC 1
> > > #undef CONFIG_FEATURE_BUFFERS_GO_ON_STACK
> > >
> > > and in bb_config.h
> > > #define CONFIG_FEATURE_BUFFERS_USE_MALLOC 1
> > > #define ENABLE_FEATURE_BUFFERS_USE_MALLOC 1
> > > #define ENABLE_FEATURE_BUFFERS_GO_ON_STACK 0
> > >
> > > thx & regards
> > > Thomas
> >
> > Did you do an svn update and a make clean?
>
> Yes I did't, I also made a distclean, then I made a checkout, always the
> same effect!
>
> Thomas

I'm Sorry, I mean "Yes I did" 

Thomas



More information about the busybox mailing list