Brett Neumeier
Brett Neumeier
Hi, I just ran into the same issue, and was able to get the gem to install by specifying additional CFLAGS. Specifically: ``` $ gem install ruby-ll -v 2.1.3 --...
I should have also said, if you're using bundler you can set the override with the incantation: bundle config build.ruby-ll --with-cflags="-std=gnu17"
For anyone who is interested in working on this further -- I think this may be the same thing discussed at https://bugs.ruby-lang.org/issues/21293, for which there's a comment: > This is...