fedora core 3
when i run "make menuconfig" i get crap load of compile errors
heres a sample
ncurses is installed, so is qt but when i run make xconfig, it says it cant find the qt install.. and "whereis qt" pulls up nothing
when i run "make menuconfig" i get crap load of compile errors
heres a sample
Code:
scripts/lxdialog/checklist.c:312: error: `KEY_LEFT' undeclared (first use in this function)
scripts/lxdialog/checklist.c:313: error: `KEY_RIGHT' undeclared (first use in this function)
scripts/lxdialog/checklist.c:126: warning: statement with no effect
scripts/lxdialog/checklist.c: At top level:
scripts/lxdialog/dialog.h:130: warning: array 'attributes' assumed to have one element
make[2]: *** [scripts/lxdialog/checklist.o] Error 1
make[1]: *** [menuconfig] Error 2
ncurses is installed, so is qt but when i run make xconfig, it says it cant find the qt install.. and "whereis qt" pulls up nothing