From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BNC7J-0007np-P2 for qemu-devel@nongnu.org; Mon, 10 May 2004 10:50:53 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BNBxK-0005fC-6y for qemu-devel@nongnu.org; Mon, 10 May 2004 10:41:07 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BNBxJ-0005f0-Sd for qemu-devel@nongnu.org; Mon, 10 May 2004 10:40:34 -0400 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BNBxJ-0006Bf-00 for ; Mon, 10 May 2004 16:40:33 +0200 Received: from 62.110.27.50 ([62.110.27.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2004 16:40:33 +0200 Received: from markgabbahey by 62.110.27.50 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2004 16:40:33 +0200 From: mgh Date: Mon, 10 May 2004 15:39:00 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] User-mode networking on win32 host 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 Dear list, I'm trying the latest 0.5.5 source. I'm compiling with --enabled-slirp, but it complain about sys/select.h file missing. I'm using mingw 3.1.0 on winXP. Any suggestions?