Forum Discussion
Altera_Forum
Honored Contributor
19 years agomake menuconfig ERROR
Hi ALL
this is message when I make menuconfig config/mkconfig > config.in make -C /home/vietluong/uClinux-dist/config/scripts/lxdialog all make[1]: Entering directory `/home/vietluong/uClinux-dist/config/scripts/lxdialo g' cc -DLOCALE -DCURSES_LOC="<curses.h>" -c -o checklist.o checklist.c In file included from checklist.c:24: dialog.h:29:20: curses.h: No such file or directory In file included from checklist.c:24: dialog.h:127: syntax error before "use_colors" dialog.h:127: warning: data definition has no type or storage class dialog.h:128: syntax error before "use_shadow" dialog.h:128: warning: data definition has no type or storage class dialog.h:130: syntax error before "attributes" dialog.h:130: warning: data definition has no type or storage class dialog.h:143: syntax error before '*' token dialog.h:146: syntax error before '*' token .................. THANKS FOR HELP !2 Replies
- Altera_Forum
Honored Contributor
Hi vietluong,
> dialog.h:29:20: curses.h: No such file or directory This usually indicates that you don't have the ncurses development package installed. Regards, --Scott - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by smcnutt@Nov 8 2006, 09:00 AM hi vietluong,> dialog.h:29:20: curses.h: no such file or directory
this usually indicates that you don't have the ncurses development package installed.
regards,
--scott
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19292)
--- quote end ---
--- Quote End --- YES ! thanks .