Hello,

I am building Filo on Ubuntu 12.04.1, I am see the error in building FILO, here is the snippet of the error 

nkaj/LDev/coreboot/payloads/external/FILO/filo/build/util/kconfig/mconf.o: In function `main':
mconf.c:(.text+0x1807): undefined reference to `stdscr'
mconf.c:(.text+0x1810): undefined reference to `stdscr'
mconf.c:(.text+0x1824): undefined reference to `stdscr'
mconf.c:(.text+0x182d): undefined reference to `stdscr'
/home/pankaj/LDev/coreboot/payloads/external/FILO/filo/build/util/kconfig/lxdialog/checklist.o: In function `print_item':
checklist.c:(.text+0x2e): undefined reference to `wmove'
checklist.c:(.text+0x4a): undefined reference to `waddch'
checklist.c:(.text+0x73): undefined reference to `wmove'
checklist.c:(.text+0xc4): undefined reference to `wprintw'
checklist.c:(.text+0xfd): undefined reference to `wmove'
checklist.c:(.text+0x11c): undefined reference to `waddch'
checklist.c:(.text+0x159): undefined reference to `waddnstr'
checklist.c:(.text+0x17d): undefined reference to `wmove'
checklist.c:(.text+0x188): undefined reference to `wrefresh'
/home/pankaj/LDev/coreboot/payloads/external/FILO/filo/build/util/kconfig/lxdialog/checklist.o: In function `print_arrows':
checklist.c:(.text+0x1a9): undefined reference to `wmove'

It seems like ncurses is not included. Could you please let me know how to fix this issue?

Thanks.

Regards,
Pankaj