ziggythehamster commented on issue #15279: URL: https://github.com/apache/arrow/issues/15279#issuecomment-1379311073
> Could you try `PATH=$(brew --prefix [email protected])/bin:$PATH ruby -r pkg-config -e 'p PKGConfig.check_version?("parquet-glib", 10, 0, 0)'`? This works for me, so I assume that it worked for the other person as well and that got lost in translation. > For `register`, it's a Ruby problem not red-*. `register` is removed since Ruby 2.7. Ruby 2.6 is EOL. I recommend that you use Ruby 3.0 or later. (Ruby 2.7 will reach EOL soon.) Yeah, this is in progress. > Workaround: `PATH=/tmp/local/bin:$(brew --prefix [email protected])/bin:$PATH gem install red-arrow -- --with-cxxflags="-Wno-register"` I feel incredibly stupid for missing that this used C++ and thus would need `--with-cxxflags` 😄 Apologies for wasting your time with a non-issue then - and thank you for the help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
