ich wollte mal den 2.6er Kernel (test7) ausprobieren, jedoch habe ich Probleme mit der Konfiguration des Kernels.
Zuvor habe ich immer zur Konfiguration "make xconfig" benutzt und musste feststellen, dass xconfig jetzt Qt ben�tigt und dass es alternativ dazu gconfig auf GTK basierend gibt.
Das Problem ist, dass beides nicht startet (ja, menuconfig gibt es auch, aber das m�chte ich nicht)!
Angeblich fehlen mir bei beiden die ben�tigten Libraries:
[EMAIL PROTECTED]:/usr/src/linux# make gconfig make[1]: `scripts/fixdep' is up to date. * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0. * make[1]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1 make: *** [gconfig] Error 2
[EMAIL PROTECTED]:/usr/src/linux# make xconfig make[1]: `scripts/fixdep' is up to date. * * 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. * make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1 make: *** [xconfig] Error 2
Dabei denke ich, dass ich alle wichtigen Bibliotheken installiert habe:
[EMAIL PROTECTED]:/usr/src/linux26# dpkg -l | grep libglade
ii libglade-gnome 0.17-2.10 Library to load .glade files at runtime (Gno
ii libglade0 0.17-2.10 Library to load .glade files at runtime
ii libglade2-0 2.0.1-5 Library to load .glade files at runtime
ii libglademm2.0- 2.1.1-2 C++ wrappers for libglade2 (shared library)
[EMAIL PROTECTED]:/usr/src/linux26# dpkg -l | grep glib
ii glibc-doc 2.3.2-8 GNU C Library: Documentation
ii libdb1-compat 2.1.3-7 The Berkeley database routines [glibc 2.0/2.
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libglib1.2-dev 1.2.10-9 Development files for GLib library
ii libglib2.0-0 2.2.3-1 The GLib library of C routines
ii libglib2.0-dat 2.2.3-1 Common files for GLib library
ii libglib2.0-dev 2.2.3-1 Development files for the GLib library
rc libgnet1.1-gli 1.1.4-1 GNet network library (compiled with glib1.2)
[EMAIL PROTECTED]:/usr/src/linux26# dpkg -l | grep qt
rc libqssl1 1.0-4 SSL wrapper library for qt applications
ii libqt2 2.3.2-14 Qt GUI Library (runtime version)
ii libqt3 3.1.2-0woody1 Qt Library
ii libqt3-compat- 3.2.1-6 Qt 1.x and 2.x compatibility includes
ii libqt3-headers 3.2.1-6 Qt3 header files
rc libqt3-mt 3.1.2-0woody1 Qt GUI Library (Threaded runtime version)
ii libqt3c102-mt 3.2.1-4 Qt GUI Library (Threaded runtime version)
ii libqtcups2 2.0-4 Qt interface library for CUPS
ii libqthreads-12 1.6.4-4 QuickThreads library for Guile
ii qt-designer-do 2.3.1-22 Tutorial and reference documentation for Qt
ii qt3-doc 3.2.1-6 Qt3 API documentation
rc qt3-tools 3.0.5-3 Qt GUI Designer and other Qt3 based tools
ii qtcups 2.0-4 Qt front-end for CUPS.
ii qte-fonts 3.1.2-2 Fonts provided by Qt/Embedded for use with Q
Fehlt hier noch irgendein Paket? oder woran kann es sonst liegen?
Danke, Alex
--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

