From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CoDSw-000400-2S for qemu-devel@nongnu.org; Mon, 10 Jan 2005 23:17:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CoDSo-0003wf-Fg for qemu-devel@nongnu.org; Mon, 10 Jan 2005 23:17:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CoDSo-0003ty-Cu for qemu-devel@nongnu.org; Mon, 10 Jan 2005 23:17:02 -0500 Received: from [64.233.170.192] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CoD9m-0000qZ-Hg for qemu-devel@nongnu.org; Mon, 10 Jan 2005 22:57:22 -0500 Received: by rproxy.gmail.com with SMTP id a41so139442rng for ; Mon, 10 Jan 2005 19:57:21 -0800 (PST) Message-ID: <1f1698a605011019577ec62f19@mail.gmail.com> Date: Mon, 10 Jan 2005 22:57:21 -0500 From: Tim Douglas Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] MacOSX CVS build broken Reply-To: Tim Douglas , 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 Hey all, It fails at: gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -fno-reorder-blocks -fno-optimize-sibling-calls -mdynamic-no-pic -I. -I/Users/timdoug/Desktop/qemu/target-i386 -I/Users/timdoug/Desktop/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/Users/timdoug/Desktop/qemu/slirp -c -o op.o /Users/timdoug/Desktop/qemu/target-i386/op.c In file included from /Users/timdoug/Desktop/qemu/target-i386/exec.h:21, from /Users/timdoug/Desktop/qemu/target-i386/op.c:22: /Users/timdoug/Desktop/qemu/dyngen-exec.h:38: warning: redefinition of `int8_t' /usr/include/ppc/types.h:69: warning: `int8_t' previously declared here /Users/timdoug/Desktop/qemu/dyngen-exec.h:39: warning: redefinition of `int16_t' /usr/include/ppc/types.h:71: warning: `int16_t' previously declared here /Users/timdoug/Desktop/qemu/dyngen-exec.h:40: warning: redefinition of `int32_t' /usr/include/ppc/types.h:73: warning: `int32_t' previously declared here /Users/timdoug/Desktop/qemu/dyngen-exec.h:44: warning: redefinition of `int64_t' /usr/include/ppc/types.h:75: warning: `int64_t' previously declared here ../dyngen -o op.h op.o dyngen: blr expected at the end of op_pmaddwd_mmx make[1]: *** [op.h] Error 1 make: *** [all] Error 1 This is after ./configure --target-list="i386-softmmu" from a CVS checkout a few minutes ago. -tim