Re: [cfe-users] Locally built clang on macOS 10.15.7

2021-03-16 Thread Matthew Fernandez via cfe-users
> 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

Re: [cfe-users] Locally built clang on macOS 10.15.7

2021-03-16 Thread Sean McBride via cfe-users
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

[cfe-users] Locally built clang on macOS 10.15.7

2021-03-16 Thread Mark Jamsek via cfe-users
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