Closed11
M3 Mac のRailsでのbundle install するときのトラブルメモ
mysql ひっかかった
0.5.3
これでクリアできた
nio4r 2.5.8 もエラーでた
An error occurred while installing jaro_winkler (1.5.4), and Bundler cannot continue.
jaro_winkler にひっかかかる
An error occurred while installing hpricot (0.8.6), and Bundler cannot continue.
brewのでdiscussionあり。 test の場合だけど
hpricot自体はもうおわってる。アプデない
An error occurred while installing grpc (1.47.0), and Bundler cannot continue.
grpcも失敗
gem install grpc -v 1.47.0 -- --with-cflags="-Wno-incompatible-pointer-types"
でOK
Bundle complete! 96 Gemfile dependencies, 289 gems now installed.
Use bundle info [gemname]
to see where a bundled gem is installed.
うまくいった
m3 mac はこれでgem installできる。
gem install (gem名) -v x.x.x -- --with-cflags="-Wno-incompatible-pointer-types"
こっちにまとめて記事にした
このスクラップは2ヶ月前にクローズされました