Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode update broke C++ compilation #43

Open
totaam opened this issue Jun 4, 2024 · 2 comments
Open

xcode update broke C++ compilation #43

totaam opened this issue Jun 4, 2024 · 2 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Jun 4, 2024

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
Copy link
Collaborator Author

totaam commented Jul 17, 2024

$ 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
Copy link
Collaborator Author

totaam commented Jul 18, 2024

The failing build command: jhbuild buildone libvpx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant