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 \ >

macOS Big Sur configure issue: clang errors

2021-01-20 Thread Dylan Pham
So I ran below: ./configure \ --enable-verbose \ --with-openldap \ --enable-category-b \ --enable-bundled-dictionaries \ --enable-wiki-publisher \ --without-junit \ --with-jdk-home="$JAVA_HOME" \ --with-ant-home="$ANT_HOME" \ --with-