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

Build on macOS 14.5 is broken #1444

Open
AaronFeickert opened this issue May 28, 2024 · 0 comments
Open

Build on macOS 14.5 is broken #1444

AaronFeickert opened this issue May 28, 2024 · 0 comments

Comments

@AaronFeickert
Copy link
Contributor

The build instructions on macOS 14.5 do not work.

Since python-setuptools is not installed by the instructions, it must be added separately: brew install python-setuptools

There is also an issue with m4 without an obvious solution. Running xcode-select --install is not necessary, as the operating system reports the tools are already installed. The build process reports that m4 is not installed, but triggers a GUI popup asking to install it. After doing so, the same issue arises, and will trigger the same installation popup.

Running which m4 gives: /usr/bin/m4

Running xcode-select -p gives: /Library/Developer/CommandLineTools

Following this path, /Library/Developer/CommandLineTools/usr/bin/gm4 --version shows GNU M4 1.4.6 as the version.

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