On Thu, Apr 23, 2009 at 23:27, Gabor Z. Papp <gzp@xxxxxxx> wrote: > I would like to compile udev 141 on the following environment, but getting > the attached error. > > [kernel] > Linux gzpLinux 2.4.37 #1 Tue Dec 2 19:24:20 CET 2008 i686 GNU/Linux Oh, what do you want with udev in that environment, it depends on sysfs and uevents wich are only in 2.6 kernels. Your kernel headers are too old, you need recent headers to compile it. Maybe you can copy netlink.h from more recent package, never tried that. Or maybe just adding #include <linux/types.h> may make most of the warnings go away, and NETLINK_KOBJECT_UEVENT you can define to 15, if that still fails. Good luck, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html