ich hab mir von kernel.org linux-2.6.2 tar.bz2 geholt, nach /usr/src entpackt. leider liefert make menuconfig gleich fehler und bricht hab:
Code: Alles auswählen
HOSTCC scripts/fixdep
SHIPPED scripts/kconfig/zconf.tab.h
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/mconf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
HOSTCC -fPIC scripts/kconfig/zconf.tab.o
HOSTLLD -shared scripts/kconfig/libkconfig.so
HOSTLD scripts/kconfig/mconf
HOSTCC scripts/lxdialog/checklist.o
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:29:20: curses.h: Datei oder Verzeichnis nicht gefunden
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:127: error: Fehler beim Parsen before "use_colors"
scripts/lxdialog/dialog.h:127: Warnung: type defaults to `int' in declaration of `use_colors'
scripts/lxdialog/dialog.h:127: Warnung: data definition has no type or storage c lass
scripts/lxdialog/dialog.h:128: error: Fehler beim Parsen before "use_shadow"
scripts/lxdialog/dialog.h:128: Warnung: type defaults to `int' in declaration of `use_shadow'
scripts/lxdialog/dialog.h:128: Warnung: data definition has no type or storage c lass
scripts/lxdialog/dialog.h:130: error: Fehler beim Parsen before "attributes"
scripts/lxdialog/dialog.h:130: Warnung: type defaults to `int' in declaration of `attributes'
scripts/lxdialog/dialog.h:130: Warnung: data definition has no type or storage c lass
scripts/lxdialog/dialog.h:143: error: Fehler beim Parsen before '*' token
scripts/lxdialog/dialog.h:143: Warnung: function declaration isn't a prototype
scripts/lxdialog/dialog.h:146: error: Fehler beim Parsen before '*' token
scripts/lxdialog/dialog.h:146: Warnung: function declaration isn't a prototype
scripts/lxdialog/dialog.h:147: error: Fehler beim Parsen before '*' token
scripts/lxdialog/dialog.h:147: Warnung: function declaration isn't a prototype
scripts/lxdialog/dialog.h:148: error: Fehler beim Parsen before '*' token
scripts/lxdialog/dialog.h:149: Warnung: function declaration isn't a prototype
scripts/lxdialog/dialog.h:150: error: Fehler beim Parsen before '*' token
scripts/lxdialog/dialog.h:150: Warnung: function declaration isn't a prototype
scripts/lxdialog/checklist.c:32: error: Fehler beim Parsen before '*' token
... ... ...
scripts/lxdialog/checklist.c: Auf höchster Ebene:
scripts/lxdialog/dialog.h:130: Warnung: array `attributes' assumed to have one e lement
make[2]: *** [scripts/lxdialog/checklist.o] Fehler 1
make[1]: *** [menuconfig] Fehler 2
make: *** [menuconfig] Fehler 2
weiß jemand rat?
ciao
woifi