Re: [PATCH] meson: Set implicit_include_directories to false

2021-05-17 Thread Paolo Bonzini
On 01/05/21 04:08, Katsuhiro Ueno wrote: 2021-04-30 16:48 Paolo Bonzini : On 29/04/21 04:43, Katsuhiro Ueno wrote: Without this, libvixl cannot be compiled with macOS 11.3 SDK due to include file name conflict (usr/include/c++/v1/version conflicts with VERSION). Signed-off-by: Katsuhiro Ueno

Re: [PATCH] meson: Set implicit_include_directories to false

2021-05-16 Thread Alexander Graf
On 29.04.21 04:43, Katsuhiro Ueno wrote: > Without this, libvixl cannot be compiled with macOS 11.3 SDK due to > include file name conflict (usr/include/c++/v1/version conflicts with > VERSION). > > Signed-off-by: Katsuhiro Ueno I can confirm that this patch is required to build QEMU with curr

Re: [PATCH] meson: Set implicit_include_directories to false

2021-04-30 Thread Katsuhiro Ueno
2021-04-30 16:48 Paolo Bonzini : > > On 29/04/21 04:43, Katsuhiro Ueno wrote: > > Without this, libvixl cannot be compiled with macOS 11.3 SDK due to > > include file name conflict (usr/include/c++/v1/version conflicts with > > VERSION). > > > > Signed-off-by: Katsuhiro Ueno > > --- > > meson.bu

Re: [PATCH] meson: Set implicit_include_directories to false

2021-04-30 Thread Paolo Bonzini
On 29/04/21 04:43, Katsuhiro Ueno wrote: Without this, libvixl cannot be compiled with macOS 11.3 SDK due to include file name conflict (usr/include/c++/v1/version conflicts with VERSION). Signed-off-by: Katsuhiro Ueno --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson

[PATCH] meson: Set implicit_include_directories to false

2021-04-28 Thread Katsuhiro Ueno
Without this, libvixl cannot be compiled with macOS 11.3 SDK due to include file name conflict (usr/include/c++/v1/version conflicts with VERSION). Signed-off-by: Katsuhiro Ueno --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index c6f4b0cf5e..d007bf