Hi All,<br><br>Using the 5/19/2009-rc2 release on a Jaunty Ubuntu, I add this error message runing &#39;make menuconfig&#39;. Buildroot had worked previously... i&#39;m just a newbie so is my Ubuntu update or else that&#39;s wrong ? Thanks !<br>
<br>remy@ubuntu:~/Bureau/buildroot$ make menuconfig<br>make CC=&quot;/usr/bin/gcc&quot; -C package/config conf mconf<br>make[1]: entrant dans le répertoire « /home/remy/Bureau/buildroot/package/config »<br>/usr/bin/gcc -DCURSES_LOC=&quot;&lt;curses.h&gt;&quot; -DLOCALE  -g -O2  -c conf.c -o conf.o<br>
conf.c: In function ‘conf_askvalue’:<br>conf.c:112: attention : ignoring return value of ‘fgets’, declared with attribute warn_unused_result<br>conf.c: In function ‘conf_choice’:<br>conf.c:363: attention : ignoring return value of ‘fgets’, declared with attribute warn_unused_result<br>
/usr/bin/gcc -DCURSES_LOC=&quot;&lt;curses.h&gt;&quot; -DLOCALE  -g -O2  -c kxgettext.c -o kxgettext.o<br>/usr/bin/gcc -DCURSES_LOC=&quot;&lt;curses.h&gt;&quot; -DLOCALE  -g -O2  -c lxdialog/checklist.c -o lxdialog/checklist.o<br>
Dans le fichier inclus à partir de lxdialog/checklist.c:24:<br>lxdialog/dialog.h:32:20: erreur: curses.h : Aucun fichier ou dossier de ce type<br>In file included from lxdialog/checklist.c:24:<br>lxdialog/dialog.h:97: erreur: expected specifier-qualifier-list before ‘chtype’<br>
lxdialog/dialog.h:187: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/dialog.h:194: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/dialog.h:196: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/dialog.h:197: erreur: expected ‘)’ before ‘*’ token<br>
lxdialog/dialog.h:198: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/dialog.h:199: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/dialog.h:201: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/checklist.c:31: erreur: expected ‘)’ before ‘*’ token<br>
lxdialog/checklist.c:59: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/checklist.c:95: erreur: expected ‘)’ before ‘*’ token<br>lxdialog/checklist.c: In function ‘dialog_checklist’:<br>lxdialog/checklist.c:116: erreur: ‘WINDOW’ undeclared (first use in this function)<br>
lxdialog/checklist.c:116: erreur: (Each undeclared identifier is reported only once<br>lxdialog/checklist.c:116: erreur: for each function it appears in.)<br>lxdialog/checklist.c:116: erreur: ‘dialog’ undeclared (first use in this function)<br>
lxdialog/checklist.c:116: erreur: ‘list’ undeclared (first use in this function)<br>lxdialog/checklist.c:129: erreur: ‘stdscr’ undeclared (first use in this function)<br>lxdialog/checklist.c:130: erreur: ‘KEY_MAX’ undeclared (first use in this function)<br>
lxdialog/checklist.c:137: erreur: ‘COLS’ undeclared (first use in this function)<br>lxdialog/checklist.c:138: erreur: ‘LINES’ undeclared (first use in this function)<br>lxdialog/checklist.c:143: erreur: ‘TRUE’ undeclared (first use in this function)<br>
lxdialog/checklist.c:146: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>lxdialog/checklist.c:146: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>lxdialog/checklist.c:147: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>
lxdialog/checklist.c:151: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>lxdialog/checklist.c:156: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>lxdialog/checklist.c:171: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>
lxdialog/checklist.c:171: erreur: ‘struct dialog_color’ has no member named ‘atr’<br>lxdialog/checklist.c:210: erreur: ‘KEY_UP’ undeclared (first use in this function)<br>lxdialog/checklist.c:210: erreur: ‘KEY_DOWN’ undeclared (first use in this function)<br>
lxdialog/checklist.c:220: erreur: ‘FALSE’ undeclared (first use in this function)<br>lxdialog/checklist.c:297: erreur: ‘KEY_LEFT’ undeclared (first use in this function)<br>lxdialog/checklist.c:298: erreur: ‘KEY_RIGHT’ undeclared (first use in this function)<br>
lxdialog/checklist.c:312: erreur: ‘KEY_RESIZE’ undeclared (first use in this function)<br>make[1]: *** [lxdialog/checklist.o] Erreur 1<br>make[1]: quittant le répertoire « /home/remy/Bureau/buildroot/package/config »<br>make: *** [package/config/mconf] Erreur 2<br>
<br><br>