ich habe auch ein reinstall versucht, der eigentlich erfolgreich aussieht:
Code: Alles auswählen
dpkg -l |grep qt3
ii libavahi-qt3-1 0.6.21-2 Avahi Qt 3 integration library
ii libqt3-headers 3:3.3.7-9 Qt3 header files
rc libqt3-jni 4:3.5.7-1 Java bindings for Qt ( Native libraries )
ii libqt3-mt 3:3.3.7-9 Qt GUI Library (Threaded runtime version), Version 3
ii libqt4-qt3support 4.3.1-2 Qt 3 compatibility library for Qt 4
ii python-qt3 3.17.3-3 Qt3 bindings for Python
ii qt3-assistant 3:3.3.7-9 The Qt3 assistant application
ii qt3-designer 3:3.3.7-9 Qt3 Designer
ii qt3-dev-tools 3:3.3.7-9 Qt3 development tools
ii qt3-doc 3:3.3.7-9 Qt3 API documentation
ii qt3-qtconfig 3:3.3.7-9 The Qt3 Configuration Application
/etc/alternatives/qmake zeigt auf /usr/bin/qmake-qt3
qmake -v ergibt auch Qt 3.3.7
make xconfig spuckt aber folgendes aus:
Code: Alles auswählen
make xconfig
Package qt-mt was not found in the pkg-config search path.
Perhaps you should add the directory containing `qt-mt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qt-mt' found
HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.cc:6:26: error: qapplication.h: No such file or directory
scripts/kconfig/qconf.cc:7:25: error: qmainwindow.h: No such file or directory
Und das obwohl die Header da sind! Sie liegen unter /usr/include/qt3 wie bringe ich dem "make xconfig" jetzt bei da zu suchen!
und wo sollte das file qt-mt.pc liegen?