Kernel 2.6.2 -> make menuconfig probleme

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
woifi
Beiträge: 187
Registriert: 16.08.2003 15:23:45

Kernel 2.6.2 -> make menuconfig probleme

Beitrag von woifi » 10.02.2004 22:20:24

hi!

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
ich benutze sid, kernel-package, module-init-tools und binutils sind auf neuester version.

weiß jemand rat?

ciao

woifi

Benutzeravatar
spiffi
Beiträge: 1128
Registriert: 09.08.2003 19:02:27

Beitrag von spiffi » 10.02.2004 22:25:09

Code: Alles auswählen

apt-get install ncurses-dev

woifi
Beiträge: 187
Registriert: 16.08.2003 15:23:45

Beitrag von woifi » 10.02.2004 22:28:21

mann mann, das ich da selber nicht draufgekommen bin... (ist ein frisch aufgesetztes sid, und da hab ich wohl drauf vergessen... tststs)

thx! :)

ciao

woifi

Antworten