Open iain opened 3 years ago
Issue appears to be related to https://github.com/ruby/ruby/pull/4504
Switching to llvm@11
solved it.
Getting same issue, I am able to install liquid-c
with following command
gem install liquid-c -- --with-cflags="-Wno-compound-token-split-by-macro"
I'm having trouble installing liquid-c on Ruby 2.7.4 on macOS Monterey.
It installs correctly on Ruby 3.0.2 on the same machine.
I've tried switching to using the main branch on github as a source in bundler and that works too.
I have completely reinstalled xcode, homebrew and ruby (via asdf), hoping that would help, but to no avail.
Some output from
gem env
:Below is the full output of
gem install liquid-c
: