That fixed my clang errors. Thank you Jim.
Dylan
On Thu, Jan 21, 2021 at 3:33 AM Jim Jagielski wrote:
> My guess is that you do not have SDKROOT defined in your environment.
>
> Before running configure make sure you do:
>
> export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
>
> > On Jan
My guess is that you do not have SDKROOT defined in your environment.
Before running configure make sure you do:
export SDKROOT=$(xcrun --sdk macosx --show-sdk-path)
> On Jan 20, 2021, at 6:09 PM, Dylan Pham wrote:
>
> So I ran below:
>
> ./configure \
>--enable-verbose \
>