From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8nMi-0008Vn-DW for qemu-devel@nongnu.org; Sat, 18 Sep 2004 18:07:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8nMg-0008Tk-Ov for qemu-devel@nongnu.org; Sat, 18 Sep 2004 18:07:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8nMg-0008Tf-Lc for qemu-devel@nongnu.org; Sat, 18 Sep 2004 18:07:30 -0400 Received: from [217.10.32.17] (helo=comtv.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8nGp-0002zu-LJ for qemu-devel@nongnu.org; Sat, 18 Sep 2004 18:01:27 -0400 Received: from av1474.oops ([10.0.66.9] verified) by comtv.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 38925735 for qemu-devel@nongnu.org; Sun, 19 Sep 2004 02:01:26 +0400 Date: Sun, 19 Sep 2004 02:01:05 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] PATCH: uint32_t for pointer arithmetic? In-Reply-To: <87zn3ndzsv.fsf@Janik.cz> Message-ID: References: <20040918180347.50479.qmail@web51107.mail.yahoo.com> <87zn3ndzsv.fsf@Janik.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 18 Sep 2004, [iso-8859-2] Pavel Jan?k wrote: > From: Sylvain Petreolle > Date: Sat, 18 Sep 2004 20:03:47 +0200 (CEST) > > Hi, > > > Pavel, were you compiling all targets ? > > Im getting errors too if the ppc targets are enabled. > > Using i386* targets only leads me to a successfull compilation. (as malc does) > > yes, I also build PPC (ppc-softmmu). > vl.h void *AUD_open (void *opaque, const char *name, int freq, int nchannels, audfmt_e fmt); oss.c void *AUD_open (void *opaque, const char *name, int freq, int nchannels, audfmt_e fmt) I fail to see how these can be incompatible even on PPC -- mailto:malc@pulsesoft.com