You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered the following while attempting to install the Ruby Gem dependencies local to an environment with an Apple M3: rtomayko/posix-spawn#92
I can propose that requesting that this be documented as a known bug, but I am not certain how this might be handled from the standpoint of maintaining a long-term dependency upon posix-spawn (this Gem does not appear to have been recently updated).
The text was updated successfully, but these errors were encountered:
I have encountered the following while attempting to install the Ruby Gem dependencies local to an environment with an Apple M3: rtomayko/posix-spawn#92
As detailed in rtomayko/posix-spawn#92 (comment), there is a solution with:
gem install posix-spawn -- --with-cflags="-Wno-incompatible-function-pointer-types"
I can propose that requesting that this be documented as a known bug, but I am not certain how this might be handled from the standpoint of maintaining a long-term dependency upon
posix-spawn
(this Gem does not appear to have been recently updated).The text was updated successfully, but these errors were encountered: