* On 2025-08-12 at 16:56 BST, Mansour Moufid wrote:
Next, if I set MACOSX_DEPLOYMENT_TARGET="11.0" in ~/.profile, bootstrap fails: configure:3441: checking whether the C compiler works configure:3463: gcc -isysroot /nonexistent conftest.c >&5 clang: warning: no such sysroot directory: '/nonexistent' [-Wmissing-sysroot]
This means you don't actually have an 11.0 SDK installed, change it to one that exists where xcrun can find it.
FWIW you'll probably run into issues trying to use an older SDK. I tried to stay on 12.3 for as long as possible but software like poppler and nodejs etc are now mandating newer C++ standards and I've had to bump up to at least 14.5.
If you're trying to use a newer SDK to build for an older target then we don't support that. Install the XCode that targets the SDK that you want to build for and use that.
-- Jonathan Perkin pkgsrc.smartos.org Open Source Complete Cloud www.tritondatacenter.com