All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 667791] [NEW] Cygwin build fails due to ui/vnc-etc-tight.c
@ 2010-10-28 13:30 Alexey Pelykh
  2016-09-08 20:22 ` [Qemu-devel] [Bug 667791] " T. Huth
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Pelykh @ 2010-10-28 13:30 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
Cygwin build fails due to ui/vnc-etc-tight.c
https://bugs.launchpad.net/bugs/667791
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] [Bug 667791] Re: Cygwin build fails due to ui/vnc-etc-tight.c
  2010-10-28 13:30 [Qemu-devel] [Bug 667791] [NEW] Cygwin build fails due to ui/vnc-etc-tight.c Alexey Pelykh
@ 2016-09-08 20:22 ` T. Huth
  0 siblings, 0 replies; 2+ messages in thread
From: T. Huth @ 2016-09-08 20:22 UTC (permalink / raw)
  To: qemu-devel

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

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/667791

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

Status in QEMU:
  Fix Released

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/667791/+subscriptions

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-08 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-28 13:30 [Qemu-devel] [Bug 667791] [NEW] Cygwin build fails due to ui/vnc-etc-tight.c Alexey Pelykh
2016-09-08 20:22 ` [Qemu-devel] [Bug 667791] " T. Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.