Try to get 23.11 to build on Sonoma 14.1 and I get this many times:
clang-darwin.compile.c++ /Users/guido/USD_REL/USD-inst-arm64/build/boost/bin.v2/libs/python/build/clang-darwin-15/release/python-3.9/threading-multi/visibility-hidden/long.o
In file included from libs/python/src/long.cpp:5:
In file included from ./boost/python/long.hpp:8:
In file included from ./boost/python/detail/prefix.hpp:13:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: ‘pyconfig.h’ file not found
Have you installed Python with the python.org installer, or are you relying on the one hidden inside Xcode, or elsewhere on the system? I’m on Sonoma as well, and am currently using a Python from the official installer, as I ran into complications with the bundled Python (or what’s left of it), as well as complications with conda (because conda does not link python in the conventional manner and that’s now become troublesome).
I’m using vanilla Installation but also I realized that I’m using Xcode-Beta 15.1 beta 2 to build VisionPRO apps. Will try to install regular Xcode to see what happens.