Open kg-currenxie opened 3 months ago
@kg-currenxie Were you able to resolve this issue? I'm having a similar problem
Same issue. @kg-currenxie have you found a way around this?
I'm running into a similar issue
i've encountered same issue but in may case , ruby was installed without finding the correct gcc
before trying this
check what this line is giving you
ruby -e "puts RbConfig::CONFIG['CXX']"
if its empty then that's ur issue
also check if ls /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1
this includes the required headers
i've re-installed gcc and then gem built without any issues
Ruby 3.1.4 gem version 0.0.9.1
macos sonoma xcode 15
and
Result:
I've tried pinning it to 0.0.8, but with the same error.