Here is a hack to temporarly fix this problem(nasty hack job) if you comment out the lines around this error on line 46 in /usr/src/linux/drivers/net/wan/Config.in it seems to work correctly.
On Friday 02 August 2002 10:26 am, Marcel Pol wrote: > Hello, > > Doing a make xconfig on the kernel-source doesn't work out ok. > Doing make oldconfig or menuconfig does work fine though. > > > [root@ringworld linux-2.4.18-22mdk]# make xconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > if [ -f .need_mrproper ]; then \ > rm .need_mrproper; \ > make mrproper; \ > make preconfig; \ > fi > make -C scripts kconfig.tk > make[1]: Entering directory `/usr/src/linux-2.4.18-22mdk/scripts' > cat header.tk >> ./kconfig.tk > ./tkparse < ../arch/i386/config.in >> kconfig.tk > drivers/net/wan/Config.in: 46: can't handle dep_bool/dep_mbool/dep_tristate > condition > make[1]: *** [kconfig.tk] Error 1 > make[1]: Leaving directory `/usr/src/linux-2.4.18-22mdk/scripts' > make: *** [xconfig] Error 2
