Re: macOS Big Sur configure issue: clang errors

2021-01-21 Thread Dylan Pham
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

Re: macOS Big Sur configure issue: clang errors

2021-01-21 Thread Jim Jagielski
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 \ >