-
Notifications
You must be signed in to change notification settings - Fork 93
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
Building failure on macOS Monterey (12.4) #251
Comments
I also have the issue. |
I had the same issue when building jekyll-folio theme. |
Hey @NeoNeuron, @jzhang-0, @vocdex 👋 Any of you still on macOS 12.4 (Monterey)? Could you try this again and make sure you run on the latest version of rubygems (3.3.26 I think)? I'm not entirely sure, but that might also be related how rbenv sets up Ruby. Unfortunately I don't have Monterey to reproduce with updated versions… |
Still failing here. Monterey, Rubygems 3.4.5.
|
Failing for me on Mac OS Ventura, 13.3
|
Can you give more context, @Frexuz, @crookedneighbor? Exact macOS version, what exact error message are you getting etc etc. I just used tart to get myself a Monterey (12.6) VM. Just installed "Xcode Command Line Tools" and I'm happy to look further, but again, need more information. Please also make sure to follow https://github.com/rubyjs/mini_racer#supported-ruby-versions--troubleshooting, update to the latest available Ruby, rubygems and bundler. |
Just tested and confirmed with the newly released mini_racer 0.6.4 under Monterey 12.6 and Ventura 13.4. Works out of the box. Since we're lacking information on the issue, and a few new macOS and mini_racer versions were released, I'm going to close this one now. Please let me know if the issue persists! |
@tisba it looks like I was able to install with the new version! Thanks! |
I tried to install
mini_racer-0.6.2
, either using gem or bundle, and got the following error log. It seems like an issue of compiler ldflags, and I'm wondering whether I can manually customize the flags by replacing with-std=c++11
. Or is there anyway else to fix this issue? Thanks!The gem environment I use is show below.
The text was updated successfully, but these errors were encountered: