Re: [PATCH 0/2] fix C++ include checks in cross-compilation

2022-06-23 Thread David Marchand
On Tue, Jun 21, 2022 at 2:28 PM Stanislaw Kardach wrote: > > Meson detects the C++ cross-compiler during configuration and based on > that reports whether C++ language is available or not. > The C++ include check target (buildtools/chkincs/chkincs-cpp) is only > built when C++ language is availabl

[PATCH 0/2] fix C++ include checks in cross-compilation

2022-06-21 Thread Stanislaw Kardach
Meson detects the C++ cross-compiler during configuration and based on that reports whether C++ language is available or not. The C++ include check target (buildtools/chkincs/chkincs-cpp) is only built when C++ language is available. There are 2 issues that currently prevent those checks to be run