From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAOXS-0001Ya-Dn for qemu-devel@nongnu.org; Sun, 11 Jan 2015 14:51:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAOXN-0004DB-EX for qemu-devel@nongnu.org; Sun, 11 Jan 2015 14:51:06 -0500 Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:51269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAOXN-0004D7-9L for qemu-devel@nongnu.org; Sun, 11 Jan 2015 14:51:01 -0500 Received: by mail-qc0-f182.google.com with SMTP id r5so15678910qcx.13 for ; Sun, 11 Jan 2015 11:51:00 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: Date: Sun, 11 Jan 2015 14:44:05 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <341C138E-718D-4F96-BD97-8C3A330F4CD1@gmail.com> Subject: Re: [Qemu-devel] Please update Pixman submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel qemu-devel , Gerd Hoffmann On Jan 11, 2015, at 1:40 PM, Peter Maydell wrote: > On 11 January 2015 at 18:23, Programmingkid = wrote: >> The Pixman version that installs with this command has issues: >> (2) Fetch the pixman submodule, using: >> git submodule update --init pixman >>=20 >> It does not compile on Mac OS X. The newest version from here does = compile: >> git://anongit.freedesktop.org/pixman >>=20 >> It would help a lot if someone could update the submodule. >>=20 >> Couldn't find the person to go to for Pixman in the MAINTAINERS file, = that >> is why I am asking here. >=20 > Personally I build with the OSX pixman, which I think is provided > as part of XQuartz these days. I did a test build without the system > pixman, though, and it does indeed fail: How do you use the OS X's pixman with QEMU?