[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Xen 4.1.1 kernel build failure
Hi, xen/drivers/char/console.c fails to compile because it includes <xen/stdarg.h> itself and then again via <xen/lib.h>. Then gcc fails with redefining va_list in xen/include/xen/stdarg.h. One way to fix it is to remove the <xen/stdarg.h> inclusion from xen/drivers/char/console.c. A second way to fix it is to add a multiple inclusion protection to xen/include/xen/stdarg.h Christoph -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |