From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJt9q-0008Vx-9f for qemu-devel@nongnu.org; Fri, 18 Jul 2008 12:50:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJt9o-0008VF-Pp for qemu-devel@nongnu.org; Fri, 18 Jul 2008 12:50:13 -0400 Received: from [199.232.76.173] (port=48419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJt9o-0008V7-Dw for qemu-devel@nongnu.org; Fri, 18 Jul 2008 12:50:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:57611) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KJt9n-00075h-QZ for qemu-devel@nongnu.org; Fri, 18 Jul 2008 12:50:12 -0400 Message-ID: <049f01c8e8f6$550f15f0$0201a8c0@zeug> From: "Sebastian Herbszt" References: Date: Fri, 18 Jul 2008 18:49:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: nbd doesn't compile on Windows 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 C.W. Betts wrote: > When I tried to build the recent SVN version of qemu on my Windows machine using mingw/msys > I seem to run into a problem with building the nbd file. It complains about missing headers, then won't build. > > gcc -Wall -O2 -g -fno-strict-aliasing -m32 -I. -I/home/Owner/SoureCode/qemu-svn -MMD -MP -MT nbd.o > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -I/home/Owner/SoureCode/qemu-svn/slirp -c -o nbd.o nbd.c > nbd.c:24:23: warning: sys/ioctl.h: No such file or directory > nbd.c:27:24: warning: sys/socket.h: No such file or directory > nbd.c:28:20: warning: sys/un.h: No such file or directory This issue was already noticed. Please see http://lists.gnu.org/archive/html/qemu-devel/2008-07/msg00106.html - Sebastian