Bonjour.
Cela fait quelques semaines que make menuconfig (comme make xconfig) ne marche plus sur cette config, quelque soit le kernel j'ai le message d'erreur:
Citation :
debianusr/src/linux# make menuconfig
make[1]: « scripts/fixdep » est à jour.
HOSTCC scripts/lxdialog/checklist.o
Dans le fichier inclus à partir de scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:29:20: curses.h : Aucun fichier ou répertoire de ce ty
pe
In file included from scripts/lxdialog/checklist.c:24:
scripts/lxdialog/dialog.h:127: error: erreur d'analyse syntaxique before "use_co
lors"
scripts/lxdialog/dialog.h:127: attention : type defaults to `int' in declaration
of `use_colors'
scripts/lxdialog/dialog.h:127: attention : data definition has no type or storag
e class
scripts/lxdialog/dialog.h:128: error: erreur d'analyse syntaxique before "use_sh
adow"
scripts/lxdialog/dialog.h:128: attention : type defaults to `int' in declaration
of `use_shadow'
scripts/lxdialog/dialog.h:128: attention : data definition has no type or storag
e class
scripts/lxdialog/dialog.h:130: error: erreur d'analyse syntaxique before "attrib
utes"
scripts/lxdialog/dialog.h:130: attention : type defaults to `int' in declaration
of `attributes'
scripts/lxdialog/dialog.h:130: attention : data definition has no type or storag
e class
scripts/lxdialog/dialog.h:143: error: erreur d'analyse syntaxique before '*' tok
en
scripts/lxdialog/dialog.h:143: attention : function declaration isn't a prototyp
etc...
|
GCC utilisé est en version 3.3, et le kernel que j'essaye de compiler est le 2.6.3, mais avec les autres ça donne le même résultat, tandis qu'au début avec le 2.6.1 j'avais pas de problème.
---------------
.