[BusyBox] Problems using the make menuconfig commands in both 1.00--pre1, and ---pre2

Gregg C Levine drwho8 at worldnet.att.net
Tue Aug 19 23:13:43 UTC 2003


Hello from Gregg C Levine
I've been reluctant in reporting this, because I wanted to prove to myself,
if anyone else, if the bug exists with anything else that comes from Erik.
As it happens, uClibc does the same thing. Here's a transcript from script
for both releases:
Script started on Tue Aug 19 17:02:00 2003
root at drwho3:/usr/src/lineo/busybox-1.00-pre1# make menuci onfig
make -C scripts/config ncurses conf mconf
make[1]: Entering directory
`/usr/src/lineo/busybox-1.00-pre1/scripts/config'
make[1]: `conf' is up to date.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurse
s -DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o
In file included from expr.h:15,
                 from lkc.h:9,
                 from mconf.c:29:
/usr/lib/gcc-lib/i386-slackware-linux/2.95.3/include/stdbool.h:11:
conflicting types for `bool'
/usr/include/ncurses/ncurses.h:96: previous declaration of `bool'
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory `/usr/src/lineo/busybox-1.00-pre1/scripts/config'
make: *** [scripts/config/mconf] Error 2
root at drwho3:/usr/src/lineo/busybox-1.00-pre1# exit

Script done on Tue Aug 19 17:02:46 2003

Script started on Tue Aug 19 17:08:26 2003
root at drwho3:/usr/src/lineo/busybox-1.00-pre2# make menuconfig
make -C scripts/config ncurses conf mconf
make[1]: Entering directory
`/usr/src/lineo/busybox-1.00-pre2/scripts/config'
make[1]: `conf' is up to date.
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurse
s -DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o
In file included from expr.h:15,
                 from lkc.h:9,
                 from mconf.c:29:
/usr/lib/gcc-lib/i386-slackware-linux/2.95.3/include/stdbool.h:11:
conflicting types for `bool'
/usr/include/ncurses/ncurses.h:96: previous declaration of `bool'
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory `/usr/src/lineo/busybox-1.00-pre2/scripts/config'
make: *** [scripts/config/mconf] Error 2
root at drwho3:/usr/src/lineo/busybox-1.00-pre2# exit

Script done on Tue Aug 19 17:09:00 2003

Why, I don't know, but I think its because my distribution, Slackware 8.0
may not have the same version of ncurses, that Erik used, (Or whoever helped
with the releases.), according to the installer, it is ncurses-5.2. Erik
which version was used here?
Gregg C Levine drwho8 at worldnet.att.net
"Oh my!" The Second Doctor's nearly favorite phrase.











More information about the busybox mailing list