-
Notifications
You must be signed in to change notification settings - Fork 68
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
Squib can't install on an MacBook M1 #375
Comments
Hm. Interesting. It works on my M1. I'll look into it more |
I THINK it might be something with gobject_introspection. I've put the install output here: https://pastebin.com/udPfmtwt |
Some dependancies must be installed with specific ldflags in order to build on M1.
|
Ah - interesting. Actually it looks like they went to 4.0 a few months ago anyway, and that works out of the box for me. They had some breaking changes that messes some obscure ways Squib can take font strings, so I'm going to do a little more testing. But the next version of Squib should be able to work without this workaround |
Hey, just wanted to chime in on this - I've spent the evening trying to get this installed with
and
Then I tried with the
But for cairo, gio, etc. Eventually what worked (this is copy-paste from my history) was;
Ruby version:
Gem versions:
I just re-ran Gemfile:
I think this quote quite describes my night:
|
Just wanted to link this similar issue on BGG |
I'm on a 2019 intel mac running Ventura and still getting a
I never use ruby so it's a fresh brew ruby, which is a more recent version, Tried the above and working through the errors and didn't get anywhere. |
@spencerm Can you try the latest Squib? Should be 0.19.0 |
When running "gem install squib" on a Macbook M1 running ruby 3.1.3, the build errors out with "ld: symbol(s) not found for architecture arm64".
The build still succeeds on a Windows installation.
The text was updated successfully, but these errors were encountered: