From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwrTp-0004dX-1e for qemu-devel@nongnu.org; Fri, 16 May 2008 00:23:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwrTo-0004d3-8e for qemu-devel@nongnu.org; Fri, 16 May 2008 00:23:40 -0400 Received: from [199.232.76.173] (port=59228 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwrTn-0004cy-Vq for qemu-devel@nongnu.org; Fri, 16 May 2008 00:23:40 -0400 Received: from main.gmane.org ([80.91.229.2]:60415 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwrTn-0000bc-8J for qemu-devel@nongnu.org; Fri, 16 May 2008 00:23:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwrTe-0003Vw-V5 for qemu-devel@nongnu.org; Fri, 16 May 2008 04:23:30 +0000 Received: from pool-71-182-73-6.ptldor.fios.verizon.net ([71.182.73.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 04:23:30 +0000 Received: from void by pool-71-182-73-6.ptldor.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 May 2008 04:23:30 +0000 From: "Alex" Date: Thu, 15 May 2008 21:23:21 -0700 Message-ID: References: <20080516103805.36c4c796.mle+tools@mega-nerd.com> Sender: news Subject: [Qemu-devel] Re: [PATCH] Windows compile errors 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 It's already in #ifdef'ed section -- Alex. "Erik de Castro Lopo" wrote in message news:20080516103805.36c4c796.mle+tools@mega-nerd.com... > consul wrote: > >> Current svn does not compile under MinGW. The patch below fixes the >> problem. >> Should the musicpal part go to a more generic header? > > > >> +typedef int socklen_t; > > That might be OK on windows, but its probably not a good idea on > any other platform. Maybe surround it with "#ifdef _WIN32"? > > Erik > -- > ----------------------------------------------------------------- > Erik de Castro Lopo > ----------------------------------------------------------------- > "The happiness you have demanded is now mandatory." > -- Jello Biafra > > >