What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is not an existing directory.
What is the location of the directory of C header files that match your running
comment puis je donc obtenir les "C header" ?
merci
Salut, si tu pouvais pour la prochaine fois mettre des titres un minimum plus parlant que juste le nom d'un paquet et surtout suivre la règle des titres sur ce forum, ça serait sympa !
Pour ton souci, c'est kernel26-headers et le chemin depend de ton kernel:
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.6.35-ARCH/include
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.35-ARCH). Even if the module were to compile
successfully, it would not load into the running kernel.
à la fin de /usr/src/linux-2.6.35-ARCH/include/linux/version.h
Sous arch, cette var est définie dans /usr/src/linux-$(uname -r)/include/generated/utsrelease.h
Je sais pas vraiment si c'est la normale ou pas...
The path "/usr/src/linux-2.6.35-ARCH/include" is a kernel header file
directory, but it does not contain the file "linux/autoconf.h" as expected.
This can happen if the kernel has never been built, or if you have invoked the
"make mrproper" command in your kernel directory. In any case, you may want to
rebuild your kernel.