qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/18] Migration PULL request


From: Peter Xu
Subject: Re: [Qemu-devel] [PULL 00/18] Migration PULL request
Date: Fri, 22 Sep 2017 13:51:46 +0800
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Sep 21, 2017 at 04:29:04PM -0700, address@hidden wrote:

[...]

> /var/tmp/patchew-tester-tmp-b0y2ycie/src/util/bitmap.c: In function 
> ‘bitmap_to_from_le’:
> /var/tmp/patchew-tester-tmp-b0y2ycie/src/util/bitmap.c:383:6: error: 
> "__WORD_SIZE" is not defined [-Werror=undef]
>  # if __WORD_SIZE == 64
>       ^~~~~~~~~~~
>   CC      util/acl.o
> cc1: all warnings being treated as errors
> /var/tmp/patchew-tester-tmp-b0y2ycie/src/rules.mak:66: recipe for target 
> 'util/bitmap.o' failed
> make: *** [util/bitmap.o] Error 1
> make: *** Waiting for unfinished jobs....
> === OUTPUT END ===
> 
> Test command exited with code: 2

This is the same error with previous one.  We need to replace the
single usage of __WORD_SIZE into either __WORDSIZE or HOST_LONG_BITS
(as suggested by Dave).

Again, please let me know if you want me to repost, and sorry for the
trouble!

-- 
Peter Xu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]