You have this in your first post: Code: sonofcluster****:/home/flyinglow# cd /usr/src/linux-2.6.3/
sonofcluster****:/usr/src/linux-2.6.3# make menuconfig
make[1]: `scripts/fixdep' is up to date.
HOSTCC scripts/kconfig/mconf.o
scripts/kconfig/mconf.c:91: error: static declaration of ‘current_menu’ follows non-static declaration
scripts/kconfig/lkc.h:63: error: previous declaration of ‘current_menu’ was here
make[1]: *** [scripts/kconfig/mconf.o] Error 1
make: *** [menuconfig] Error 2
sonofcluster****:/usr/src/linux-2.6.3#
Now since you state you're presently running 2.6.26, I have my doubts
as to whether or not you're trying to build 2.6.3. Instead, I'm going to
guess you're building 2.6.30.
You can check those two files listed. I'm not certain of this, either, but I
think scripts/kconfig/mconf.c:91 is scripts/kconfig/mconf.c line 91, and
scripts/kconfig/lkc.h:63 is scripts/kconfig/lkc.h line 63. Checking those files
might give you some hint, also.
If you follow my guide, there should be no reason to have a problem. It
can be done by copy/paste on a Slackware system, and it seems to be
generic enough to do so on Debian. Maybe, maybe not ... haven't touched
a Debian kernel since 2003. |