From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 11 05:26:49 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B50BF1065676 for ; Thu, 11 Feb 2010 05:26:49 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id A41FA8FC15 for ; Thu, 11 Feb 2010 05:26:49 +0000 (UTC) Received: from eagle.syrec.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id o1B55wdp007046 for ; Wed, 10 Feb 2010 21:05:59 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <4B739036.2080906@rawbw.com> Date: Wed, 10 Feb 2010 21:05:58 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20100206) MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: vmware3 fails to compile X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 05:26:49 -0000 I am getting the following errors: In file included from ./machine/vm.h:33, from /sys/vm/vm.h:64, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.c:338: ./machine/specialreg.h:164:1: error: "CPUID_STEPPING" redefined In file included from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.h:27, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/hostif.h:19, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.c:19: /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/include/x86.h:259:1: error: this is the location of the previous definition In file included from ./machine/vm.h:33, from /sys/vm/vm.h:64, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.c:338: ./machine/specialreg.h:165:1: error: "CPUID_MODEL" redefined In file included from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.h:27, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/hostif.h:19, from /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/common/vmx86.c:19: Yuri