Open totaam opened 5 months ago
$ xcode-select -p
/Applications/Xcode.app/Contents/Developer
Assuming that the command line tools are installed, we may need to run as root:
xcode-select -s /Library/Developer/CommandLineTools
The failing build command: jhbuild buildone libvpx
libvpx
fails to build withno member named 'nullptr_t' in the global namespace
. Links:Something in our environment causes clang to fall over itself... The problem is that the environment is mostly setup by
jhbuild
/meson
.