qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v1 0/4] Misc fixes for crypto code module
Date: Wed, 21 Oct 2015 21:21:05 +0100

On 21 October 2015 at 11:47, Daniel P. Berrange <address@hidden> wrote:
> The following changes since commit ee9dfed242610ecb91418270fd46b875ed56e201:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20151020-1' 
> into staging (2015-10-20 12:56:45 +0100)
>
> are available in the git repository at:
>
>   https://github.com/berrange/qemu.git tags/qcrypto-fixes-pull-20151021-1
>
> for you to fetch changes up to 635b2807565e0724e4aed73f8ca54f14df051499:
>
>   configure: avoid polluting global CFLAGS with tasn1 flags (2015-10-21 
> 11:42:42 +0100)
>
> ----------------------------------------------------------------
> Merge qcrypto-fixes 2015/10/21
>
> ----------------------------------------------------------------

Hi. I'm afraid this fails to build on w32:

/home/petmay01/linaro/qemu-for-merges/crypto/init.c:30:20: error:
gcrypt.h: No such file or directory
/home/petmay01/linaro/qemu-for-merges/crypto/init.c:108: error:
variable ‘qcrypto_gcrypt_thread_impl’ has initializer but incomplete
type
/home/petmay01/linaro/qemu-for-merges/crypto/init.c:109: error:
‘GCRY_THREAD_OPTION_PTHREAD’ undeclared here (not in a function)
/home/petmay01/linaro/qemu-for-merges/crypto/init.c:109: error:
‘GCRY_THREAD_OPTION_VERSION’ undeclared here (not in a function)

(and then a large pile of other errors that you'd expect from
failing to find gcrypt.h.)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]