From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TW46H-00041H-Da for qemu-devel@nongnu.org; Wed, 07 Nov 2012 06:47:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TW46E-0005Vu-Ln for qemu-devel@nongnu.org; Wed, 07 Nov 2012 06:47:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TW46E-0005Vh-Db for qemu-devel@nongnu.org; Wed, 07 Nov 2012 06:47:14 -0500 Message-ID: <509A4A3C.3080208@redhat.com> Date: Wed, 07 Nov 2012 12:47:08 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <2927d80bed65c6e77cab02c82eaf92e50c454b68.1351968408.git.blauwirbel@gmail.com> <50965B49.4090900@weilnetz.de> In-Reply-To: <50965B49.4090900@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , Peter Maydell , qemu-devel@nongnu.org Hi, > The internal pixman code is also too old for cross compilations with > MinGW-w64. It already fails when running configure. > > Newer versions of pixman compile after a trivial modification which > is needed to avoid redefined symbols: I'd prefer to not have local patches. Can you submit the patch to upstream pixman? Then we can just switch to a fixed checkout to get w64 going. thanks, Gerd