From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ebncd-0005l2-DS for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:20:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ebncb-0005kZ-SW for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:20:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ebncb-0005kU-PQ for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:20:21 -0500 Received: from [65.74.133.11] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ebncb-0005rf-Kn for qemu-devel@nongnu.org; Mon, 14 Nov 2005 18:20:21 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Qemu bug when building for OpenBSD Date: Mon, 14 Nov 2005 23:20:18 +0000 References: <200511141653.22524.dfeustel@verizon.net> <200511142205.52610.paul@codesourcery.com> <200511141813.35358.dfeustel@verizon.net> In-Reply-To: <200511141813.35358.dfeustel@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511142320.18537.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dfeustel@mindspring.com Cc: qemu-devel@nongnu.org > I tried commenting out the #include line and got by that problem. > I got another error relating to undefined symbol INT16_MAX. This is unrelated. INT16_MAX should be provided by inttypes.h. Paul