Bonjour,
En esseyant de reconpiler le noyau de ma Debian Jessie (en suivant ce tuto: https://www.debian.org/releases/stable/i386/ch08s06.html.fr)
j’ai cette erreur
[code]root@leninelenine:/usr/src# cd linux-source-4.2/
root@leninelenine:/usr/src/linux-source-4.2# make xconfig
HOSTCC scripts/basic/fixdep
CHECK qt
- Unable to find the Qt4 tool qmake. Trying to use Qt3
- Unable to find any Qt installation. Please make sure that
- the Qt4 or Qt3 development package is correctly installed and
- either qmake can be found or install pkg-config or set
- the QTDIR environment variable to the correct location.
- SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
make[1]: *** No rule to make target ‘scripts/kconfig/.tmp_qtcheck’, needed by ‘scripts/kconfig/qconf.o’. Arrêt.
Makefile:533: recipe for target ‘xconfig’ failed
make: *** [xconfig] Error 2
root@leninelenine:/usr/src/linux-source-4.2# [/code]
Pouvez vous m’aider à résoudre ce problème s’il vous plait?