> On Mar 11, 2021, at 02:27, Mark Jamsek via cfe-users
> wrote:
>
> I checked out and built clang as per the docs Getting Started page[0].
>
> When using clang, however, compilation of C and C++ projects fail to
> find the needed headers from their respective standard libraries.
>
> I can get
On Thu, 11 Mar 2021 21:27:27 +1100, Mark Jamsek via cfe-users said:
>I checked out and built clang as per the docs Getting Started page[0].
Those instructions haven't worked on macOS since at least autumn 2019.
>When using clang, however, compilation of C and C++ projects fail to
>find the neede
I checked out and built clang as per the docs Getting Started page[0].
When using clang, however, compilation of C and C++ projects fail to
find the needed headers from their respective standard libraries.
I can get around this in C projects by setting the environment variable
SDKROOT[1], and for