search for: 6469a683b174

Displaying 1 result from an estimated 1 matches for "6469a683b174".

2010 Aug 17
3
libxl build failure in latest xen
...1 exit status > make: *** [libxenlight.so.1.0.0] Error 1 I suspect it is caused by changeset 21966, which add the hidden attribute, but didn''t update the tools/libxl/xenguest.c. Following patch fix it, but I''m not sure if is right solution, can you please have a look? diff -r 6469a683b174 tools/libxl/xenguest.c --- a/tools/libxl/xenguest.c Mon Aug 16 18:05:07 2010 +0100 +++ b/tools/libxl/xenguest.c Tue Aug 17 13:53:13 2010 +0800 @@ -20,6 +20,7 @@ #include <string.h> #include "libxl.h" +#include "libxl_internal.h" int hvm_build_set_params(xc_inter...