-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
make -j10
fails on M1 Mac
#380
Comments
This error message produced by pkg-config build, that's weird. If the problem persists, maybe you can try compiling |
Thanks for the help. Went through all the following:
I get the following when running
Running a simple
Happy to run any tests you need. |
Could you please provide the complete log output by the terminal and the |
|
I cannot download |
Hi! I'm experiencing the same issue. I've attached the output of |
Hi, @leonboot , I don't know your environment setup, but I guess this may caused by some redundant cflags. You can try this:
If it works, I'll add patch code and fix it next version. |
Hi @crazywhalecc, thanks for the response. I've followed your instructions, but it doesn't seem to make any difference. Here are the exact steps I've done:
Here's the output of the last command: output.txt I have an M2 Mac with macOS Sanoma 14.4 and Xcode 15.3 installed. Here's a list of homebrew packages/formulae I have installed: homebrew.txt |
Hi @crazywhalecc. I've done the same and heres the output: output.txt And installed homebrew packages: homebrew.txt |
Seems related to https://gitlab.freedesktop.org/pkg-config/pkg-config/-/issues/81 |
Wow. Thanks for the help! |
Yeah, |
While attempting to build static php binaries for PHP 8.3 or 8.2 I get the following error at the
make -j10
step:I ran
make -j10
myself with--debug
and get the following:I initially tried this with FrankenPHP (dunglas/frankenphp#636), and now tried
spc
directly.I'm on MacOS Sanoma 14.3.1 on an M1 Max.
I used the following build commands:
The text was updated successfully, but these errors were encountered: