From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lqubd-0006C1-2f for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:35:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqubY-00069o-GH for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:35:40 -0400 Received: from [199.232.76.173] (port=58729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqubY-00069l-Dj for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:35:36 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:63272) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqubY-0000QF-3p for qemu-devel@nongnu.org; Mon, 06 Apr 2009 15:35:36 -0400 Received: by rv-out-0708.google.com with SMTP id l33so1891262rvb.22 for ; Mon, 06 Apr 2009 12:35:35 -0700 (PDT) Message-ID: <49DA5983.1000409@codemonkey.ws> Date: Mon, 06 Apr 2009 14:35:31 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch 02/11] qemu: mutex/thread/cond wrappers References: <20090402233250.577870188@localhost.localdomain> <20090402233745.788347436@localhost.localdomain> <49DA4815.6090300@us.ibm.com> <20090406192001.GA13863@amt.cnet> In-Reply-To: <20090406192001.GA13863@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Marcelo Tosatti wrote: > On Mon, Apr 06, 2009 at 01:21:09PM -0500, Anthony Liguori wrote: > >> This patch breaks the build on win32. Even with all of the patches >> applied, the win32 build is broken. >> > > qemu-thread.c compilation fails? Can you show the logs please? > > Need to skip qemu-thread.c in the Makefile for WIN32. > It's trying to build qemu-thread.c on WIN32 which uses pthreads which isn't present on WIN32 so that's the source of the error. Regards, Anthony Liguori