Re: [Qemu-devel] Duplicate definition of 'qemu_time' building git master

2015-03-18 Thread Paolo Bonzini
On 17/03/2015 21:36, B Cran wrote: > When trying to build the latest git master on openSUSE 13.2, it failed with: > > vl.c:711:15: error: ‘qemu_time’ redeclared as different kind of symbol > static time_t qemu_time(void) >^ > In file included from qemu/include/block/aio.h:23:0,

[Qemu-devel] Duplicate definition of 'qemu_time' building git master

2015-03-17 Thread B Cran
When trying to build the latest git master on openSUSE 13.2, it failed with: vl.c:711:15: error: ‘qemu_time’ redeclared as different kind of symbol static time_t qemu_time(void) ^ In file included from qemu/include/block/aio.h:23:0, from qemu/include/hw/hw.h:13,