Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Muli Ben-Yehuda
On Thu, Jun 26, 2003 at 02:43:21PM +0300, Oded Arbel wrote: > Since when kernel configuration is dependant on Qt ? I don't remember > this being the case, and it sounds really inapropriate to me. 2.5 change. 'make gconfig' for gtk. 'make menuconfig', and more importantly, 'make oldconfig' contin

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Gilboa Davara
Try changing: ConfigItem** ip = &(ConfigItem*)menu->data; To: ConfigItem **ip = (ConfigItem**)&menu->data; Both should work... I've got no idea why GCC will shout on this one. Gilboa On Thu, 2003-06-26 at 20:01, Micha Feigin wrote: > Somewhere in 2.5 there are two graphical configurations I am a

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Micha Feigin
Somewhere in 2.5 there are two graphical configurations I am aware of. There is make xconfig which brings up a qt interface and a make gconfig which brings up a gtk interface. Don't know if there is anything other graphic. I know that make menuconfig still exists. As an extra for my last question

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Lior Kesos
Oded Arbel wrote: Oleg Goldshmidt wrote: Micha Feigin <[EMAIL PROTECTED]> writes: When I try to configure kernel 2.5.69 using make xconfig under debian unstable I get the error message: * * Unable to find the QT installation. Please make sure that the * QT development package is correctly ins

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Oleg Goldshmidt
Oded Arbel <[EMAIL PROTECTED]> writes: > Since when kernel configuration is dependant on Qt ? I don't remember > this being the case, and it sounds really inapropriate to me. Since 2.5.something, and only the graphical configuration kit ("make xconfig"), AFAIK. -- Oleg Goldshmidt | [EMAIL PROTE

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Beni Cherniavsky
Oded Arbel wrote on 2003-06-26: > Oleg Goldshmidt wrote: > > >Micha Feigin <[EMAIL PROTECTED]> writes: > > > >>When I try to configure kernel 2.5.69 using make xconfig under debian > >>unstable I get the error message: > >> > >>* > >>* Unable to find the QT installation. Please make sure that the

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Gilboa Davara
Same here. Though I usually use menuconfig instead, I do remember using xconfig on KDE/QT less machines. (Old 486/P/K6...) Weird... very weird. Gilboa On Thu, 2003-06-26 at 14:43, Oded Arbel wrote: > Oleg Goldshmidt wrote: > > >Micha Feigin <[EMAIL PROTECTED]> writes: > > > > > > > >>When I t

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Oded Arbel
Oleg Goldshmidt wrote: Micha Feigin <[EMAIL PROTECTED]> writes: When I try to configure kernel 2.5.69 using make xconfig under debian unstable I get the error message: * * Unable to find the QT installation. Please make sure that the * QT development package is correctly installed and the QTDI

Re: make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Oleg Goldshmidt
Micha Feigin <[EMAIL PROTECTED]> writes: > When I try to configure kernel 2.5.69 using make xconfig under debian > unstable I get the error message: > > * > * Unable to find the QT installation. Please make sure that the > * QT development package is correctly installed and the QTDIR > * environm

make xconfig for kernel 2.5.69 fails

2003-06-26 Thread Micha Feigin
When I try to configure kernel 2.5.69 using make xconfig under debian unstable I get the error message: * * Unable to find the QT installation. Please make sure that the * QT development package is correctly installed and the QTDIR * environment variable is set to the correct location. * Anyone k