From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] Build: Fix stubdom vtpm build failure Date: Mon, 16 Mar 2015 10:16:24 +0100 Message-ID: <20150316091624.GA12671@aepfle.de> References: <1426300643-2199-1-git-send-email-quan.xu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1426300643-2199-1-git-send-email-quan.xu@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Quan Xu Cc: andrew.cooper3@citrix.com, dgdegra@tycho.nsa.gov, ian.campbell@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Mar 13, Quan Xu wrote: > Typedefs are duplicated in stubdom/vtpmmgr/tcg.h and supported compilers > do not cope with current staging branch. What remains after applying this patch is this error: [ 665s] tpm2_types.h:229:19: error: redefinition of typedef 'TPM_ALGORITHM_ID' [ 665s] tcg.h:420:16: note: previous declaration of 'TPM_ALGORITHM_ID' was here Olaf