Re: Debian Qt packages break kernel compilation

2005-10-28 Thread Josh Metzler
On Friday 28 October 2005 04:12 am, Hadmut Danisch wrote: > for some weeks now the debian libqt[34]-dev package keeps include > files in a directory like > > /usr/include/qt4/Qt/qconfig.h With libqt3-mt-dev installed, I have the include files in /usr/share/qt3/include, but with a link in /usr/sha

Re: Debian Qt packages break kernel compilation

2005-10-28 Thread Ernest jw ter Kuile
Obviously it's not up to the kernel to determine where QT is located Actually, I don't think the kernel configuration program is supposed to use qt4. Try qt3 instead. Maybe not relevant to your question, but if you just want a graphical kernel configurator you could also try make gconfig. Ern

Debian Qt packages break kernel compilation

2005-10-28 Thread Hadmut Danisch
Hi, for some weeks now the debian libqt[34]-dev package keeps include files in a directory like /usr/include/qt4/Qt/qconfig.h However, the Linux kernel compilation Makefile requires it differently: @set -e; for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \ if [ -f $$d/includ