search for: _linux_config_h

Displaying 2 results from an estimated 2 matches for "_linux_config_h".

2004 Nov 29
2
Compiling zaptel 1.0.2 on Fedora Core
...er header files located in /usr/include/linux which shouldn't be in /usr/src/linux-2.6/include/linux. The other thing I've noticed is the following: >more /usr/include/linux/autoconf.h #error Invalid kernel header included in userspace >more /usr/include/linux/config.h #ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H #ifdef __KERNEL__ #error Incorrectly using glibc headers for a kernel module #endif #endif Clearly, if creating a kernel driver on FC2 or FC3, they don't really want you including these header files anyway and will error out anyway if you do manage to include them....
2006 Oct 31
1
Fedora Core 6 (FC6) and Asterisk-1.2.13 and Zaptel-1.2.10 compile problems
...798.fc6-i686' make: *** [linux26] Error 2 and can confirm that the file does not exist in the path to the kernel source: /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/linux/ Grabbing the 2.6.18 source from ftp.kernel.org and unpacking it finds the following contents: #ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H /* This file is no longer in use and kept only for backward compatibility. * autoconf.h is now included via -imacros on the commandline */ #include <linux/autoconf.h> #endif but it doesn't exist in the FC6 kernel tree for 2.6.18-1.2...