From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2P1T-0002pm-Kp for qemu-devel@nongnu.org; Wed, 12 Dec 2007 05:41:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2P1S-0002oP-PQ for qemu-devel@nongnu.org; Wed, 12 Dec 2007 05:41:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2P1S-0002o5-I7 for qemu-devel@nongnu.org; Wed, 12 Dec 2007 05:41:02 -0500 Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2P1S-0008UM-6T for qemu-devel@nongnu.org; Wed, 12 Dec 2007 05:41:02 -0500 Received: by wa-out-1112.google.com with SMTP id k22so350011waf.18 for ; Wed, 12 Dec 2007 02:41:00 -0800 (PST) Message-ID: <83a4d4ca0712120241n77b602a3v22990b2bb12ca4e2@mail.gmail.com> Date: Wed, 12 Dec 2007 11:41:00 +0100 From: "Eduardo Felipe" Subject: Re: [Qemu-devel] Windows build broken In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4456_10139777.1197456060068" References: <802848.87427.qm@web57002.mail.re3.yahoo.com> 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 ------=_Part_4456_10139777.1197456060068 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/12/12, C.W. Betts : > > Same problem with cygwin. I think it's a problem with BlockInterfaceType > not being correctly parsed on mingw-gcc for some odd reason. Hi, I don't think it is related with BlockInterfaceType itself. The problem is to use "interface" as a variable or parameter name, which seems to be confused with a reserved keyword, type or something like that. I was able to compile with mingw changing that variable name and all its references along the code. Regards. ------=_Part_4456_10139777.1197456060068 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
2007/12/12, C.W. Betts <computers57@hotmail.com>:
Same problem with cygwin.  I think it's a problem with BlockInterfaceType not being correctly parsed on mingw-gcc for some odd reason.


Hi,

I don't think it is related with BlockInterfaceType itself. The problem is to use "interface" as a variable or parameter name, which seems to be confused with a reserved keyword, type or something like that. I was able to compile with mingw changing that variable name and all its references along the code.

Regards.
------=_Part_4456_10139777.1197456060068--