Open SagarPrajapati98 opened 4 years ago
Hello,
Sorry for the late reply but it looks like the compilation problem has nothing to do with Redcarpet but rather with your setup.
Are you able to install any other gem that requires native extension ? For instance, does running gem install ffi
succeed ?
I had a similar redcarpet installation problem XCode Version 12.4 Mac OS10.15.7 (19H1217) The redcarpet MakeFile looks for /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/include/ruby-2.6.0/universal-darwin19/ruby/config.h' On my system I have only universal-darwin20/ruby/config.h I solved the problem locally by creating a symlink universal-darwin19->universal-darwin20 and md2Key which depends on redcarpet would then install and run
I am not able to install redcarpet mac os : 10.15 Xcode : 11.3 can you please help i am new to apple script