On Mon, Aug 17, 2009 at 11:06:05AM +0300, Avi Kivity wrote: >> diff --git a/configure b/configure >> index 84af8bd..bb2680f 100755 >> --- a/configure >> +++ b/configure >> @@ -866,6 +866,7 @@ if test "$kvm" = "yes" ; then >> >> kvm_cflags="-I$source_path/kvm/include" >> kvm_cflags="$kvm_cflags -I$source_path/kvm/include/$kvm_arch" >> +kvm_cflags="$kvm_cflags -I$source_path/compat" >> >> > er, that will override sys/eventfd.h even if it does exist. We need to prefer the system eventfd.h to ours. OK, -idirafter does this. > > -- > error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html