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/include/qconfig.h ]; then DIR=$$d; break; fi; \ done; \ if [ -z "$$DIR" ]; then \ echo "*"; \ echo "* Unable to find the QT installation. Please make sure that the"; \ echo "* QT development package is correctly installed and the QTDIR"; \ echo "* environment variable is set to the correct location."; \ echo "*"; \ false; \ fi; \ Will it ever again be possible to have "make xconfig" run under Debian? regards Hadmut -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]