Cygwin build fails due to ui/vnc-etc-tight.c

Bug #667791 reported by Alexey Pelykh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QEMU
Fix Released
Undecided
Unassigned

Bug Description

Configure:
./configure \
--prefix="./install/bin/" \
--interp-prefix="./install/bin-%M/" \
--cc="gcc -mno-cygwin" \
--host-cc="gcc" \
--disable-sdl \
--enable-system \
--disable-user \
--disable-linux-user \
--disable-darwin-user \
--disable-bsd-user \
--disable-xen \
--disable-brlapi \
--disable-vnc-tls \
--disable-vnc-sasl \
--disable-vnc-jpeg \
--disable-vnc-png \
--disable-vnc-thread \
--disable-curses \
--disable-curl \
--disable-bluez \
--disable-kvm \
--disable-nptl \
--disable-vde \
--disable-vhost-net

Versions of software
Cygwin 1.7
GNU Make 3.81
GCC 3.4.4 (/usr/lib/gcc/i686-pc-cygwin/3.4.4/libgcc.a)
QEMU 0.13.0

Result:
Function tight_detect_smooth_image24(...) uses "uint" type, that appears to be not defined in this scope. Prepending this function with
typedef unsigned int uint;
fixes build.

Revision history for this message
Thomas Huth (th-huth) wrote :

Seems like this problem has been fixed here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=249cdb420a3b68cf6
... so we can close this bug ticket now.

Changed in qemu:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.