On Monday 21 December 2009, Sid Boyce wrote: > "#include <linux/version.h>" needs to replace "#include > <linux/autoconf.h>" which no longer exists in the kernel sources. > As it's late I just made a symlink and did a test to see if it would > build, it works.
The correct fix can be found here: http://www.virtualbox.org/changeset/25591 The key change is to enclose the #include <linux/autoconf.h> by ``#ifndef AUTOCONF_INCLUDED'' / ``#endif'' as the Linux kernel Makefile does -include generated/autoconf.h. Kind regards, Frank -- Dr.-Ing. Frank Mehnert Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, 85551 Kirchheim-Heimstetten Amtsgericht München: HRB 161028 Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel Vorsitzender des Aufsichtsrates: Martin Häring
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
