LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Cannot use make menuconfig (https://www.linuxquestions.org/questions/debian-26/cannot-use-make-menuconfig-140243/)

Brakki 01-30-2004 12:16 AM

Cannot use make menuconfig *RESOLVED*
 
I get a longass list of errors. The last few lines are:
scripts/lxdialog/checklist.c:310: error: `KEY_RIGHT` undeclared (first use in this function)
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
make: *** [menuconfig] Error 2

Eh?

And how do I redirect error output to a file?

toovato 01-30-2004 12:37 AM

what happens with make xconfig?

Brakki 01-30-2004 07:32 AM

Can't find my Qt installation, even though I've installed qt3-dev from apt.

toovato 01-30-2004 05:37 PM

are you using qt3-mt?

Bens 01-31-2004 07:26 PM

if this is kernel 2.6, try make gconfig instead of make xconfig

(it uses GTK instead of QT)

snacky 02-01-2004 10:14 AM

I believe the package you want to apt-get is xlibs-dev. This will enable you to make xconfig - or, at least, it was what was needed prior to the 2.6 kernel.

stderr is redirected in the following manner:

command 2>filename

"2" here means the command's stderr output.

BTW, bookmark http://wwwacs.gantep.edu.tr/linux/rute/node1.html - it kicks more ass than any unix tutorial in existence.

snacky 02-01-2004 10:19 AM

or maybe I'm full of crap and what you really need now is the package named libqt3.

twantrd 02-01-2004 06:48 PM

Do you have ncurses installed? You need that to make 'menuconfig' to work.

-twantrd

moriskod 03-17-2004 12:38 PM

make sure you have ncurses and ncurses-devel installed on your box.


All times are GMT -5. The time now is 04:05 PM.