From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZf8P-0004h1-Lu for qemu-devel@nongnu.org; Sat, 17 Nov 2012 04:56:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZf8M-0002yw-JD for qemu-devel@nongnu.org; Sat, 17 Nov 2012 04:56:21 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:45458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZf8M-0002yn-CC for qemu-devel@nongnu.org; Sat, 17 Nov 2012 04:56:18 -0500 Message-ID: <50A75F3F.1050509@weilnetz.de> Date: Sat, 17 Nov 2012 10:56:15 +0100 From: Stefan Weil MIME-Version: 1.0 References: <2927d80bed65c6e77cab02c82eaf92e50c454b68.1351968408.git.blauwirbel@gmail.com> <50965B49.4090900@weilnetz.de> <509A4A3C.3080208@redhat.com> In-Reply-To: <509A4A3C.3080208@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Gerd Hoffmann Cc: Blue Swirl , Peter Maydell , qemu-devel@nongnu.org Am 07.11.2012 12:47, schrieb Gerd Hoffmann: > 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 I sent three patches which are now in the official pixman git repository, so we can switch to the next labelled version as soon as it is available (maybe pixman-0.28.1). Regards, Stefan