From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HByPE-0002Ok-1P for qemu-devel@nongnu.org; Tue, 30 Jan 2007 14:12:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HByPC-0002OX-0u for qemu-devel@nongnu.org; Tue, 30 Jan 2007 14:12:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HByPB-0002OU-TS for qemu-devel@nongnu.org; Tue, 30 Jan 2007 14:12:33 -0500 Received: from an-out-0708.google.com ([209.85.132.244]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HByPB-0000aB-Mr for qemu-devel@nongnu.org; Tue, 30 Jan 2007 14:12:33 -0500 Received: by an-out-0708.google.com with SMTP id d40so1646647and for ; Tue, 30 Jan 2007 11:12:33 -0800 (PST) Message-ID: <46d6db660701301112t7902f5aak452a1cf1c0bc2ea4@mail.gmail.com> Date: Tue, 30 Jan 2007 20:12:32 +0100 From: "Christian MICHON" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] current qemu cvs broken for mingw hosts 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 in vl.c (change introduced 2 days ago by Paul): In file included from c:/qemu/qemu-30jan07/vl.c:24: c:/qemu/qemu-30jan07/vl.h:57:1: warning: "ENOMEDIUM" redefined c:/qemu/qemu-30jan07/vl.h:49:1: warning: this is the location of the previous definition c:/qemu/qemu-30jan07/vl.c: In function `win_chr_read_poll': c:/qemu/qemu-30jan07/vl.c:2021: error: structure has no member named `chr' c:/qemu/qemu-30jan07/vl.c: In function `win_chr_readfile': c:/qemu/qemu-30jan07/vl.c:2042: error: structure has no member named `chr' I cannot figure out what "chr"'s type is supposed to be in the struct. Any clue ? This should break other hosts builds too. -- Christian