• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

fedora not compiling new kernel

marter

Gawd
Joined
Jun 1, 2002
Messages
549
fedora core 3
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
 
Make sure you have the development libraries installed too. You probably have just the runtime libraries installed. Try installing somthing like ncurses-devel-xxx.rpm or qt-devel-xxx.rpm
 
Why you recompiling the kernel? In my experience, things have been much smoother in distros like that if you use -their- kernel.
 
Back
Top