Xpra-org / gtk-osx-build

Build setup to help building the Mac OS X port of GTK+
http://gtk-osx.sourceforge.net/
0 stars 2 forks source link

xcode update broke C++ compilation #43

Open totaam opened 3 months ago

totaam commented 3 months ago

libvpx fails to build with no 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.

totaam commented 1 month 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
totaam commented 1 month ago

The failing build command: jhbuild buildone libvpx