qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 00/16] vnc: adapative tight, zrle, zywrle, a


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH v3 00/16] vnc: adapative tight, zrle, zywrle, and bitmap module
Date: Fri, 25 Feb 2011 19:57:03 +0200

On Fri, Feb 25, 2011 at 12:43 AM, Corentin Chary
<address@hidden> wrote:
>> Is there a special reason why you use __always_inline
>> instead of inline in bitops.h?
>
> Because it's not only a hint, I really want this function to be inlined.
>
>> This breaks compilation for mingw :-(
>>
>> mingw also fails at timersub() in vnc.c.
>
> Then we should defined timersub when not available.

There's also this one, struct timeval is missing:

 CC    ui/vnc-enc-zlib.o
In file included from /src/qemu/ui/vnc.c:27:0:
/src/qemu/ui/vnc.h:105:20: error: array type has incomplete element type
/src/qemu/ui/vnc.h:116:20: error: field 'last_freq_check' has incomplete type



reply via email to

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