From: Gerd Hoffmann <kraxel@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] ui causes latest master build failure on rhel6
Date: Thu, 11 Sep 2014 17:21:13 +0200 [thread overview]
Message-ID: <1410448873.8604.10.camel@nilsson.home.kraxel.org> (raw)
In-Reply-To: <20140911145903.GA27021@redhat.com>
On Do, 2014-09-11 at 17:59 +0300, Michael S. Tsirkin wrote:
> I observe two errors with latest master:
>
> ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’:
> ui/qemu-pixman.c:42: error: ‘PIXMAN_TYPE_RGBA’ undeclared (first use in this function)
> ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
> ui/qemu-pixman.c:42: error: for each function it appears in.)
> make: *** [ui/qemu-pixman.o] Error 1
Guess we need to raise the minimum pixman version in configure ...
pixman-0.21.8 is the oldest release which has PIXMAN_TYPE_RGBA.
We don't check for a minimum version.
RHEL-6 is probably older.
Try 'configure --without-system-pixman' as workaround (after checking
out the pixman submodule).
I'll cook up a patch,
Gerd
next prev parent reply other threads:[~2014-09-11 15:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 14:59 [Qemu-devel] ui causes latest master build failure on rhel6 Michael S. Tsirkin
2014-09-11 15:21 ` Gerd Hoffmann [this message]
2014-09-11 18:17 ` Michael S. Tsirkin
2014-09-12 6:32 ` Gerd Hoffmann
2014-09-12 14:58 ` Peter Maydell
2014-09-15 6:06 ` Gerd Hoffmann
2014-09-11 15:23 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410448873.8604.10.camel@nilsson.home.kraxel.org \
--to=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).