Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install unf_ext from gem #43

Open
michalejoye opened this issue May 16, 2018 · 3 comments
Open

unable to install unf_ext from gem #43

michalejoye opened this issue May 16, 2018 · 3 comments

Comments

@michalejoye
Copy link

I get this error when i try to install this from gem
gem_make.log

@Cyberbeni
Copy link

It worked for me on macOS 10.14 with xcode 10 but didn't work on 10.13.6 with xcode 10, only with xcode 9.3
Xcode -> Preferences -> Locations -> Command Line Tools

@ReDetection
Copy link

happens for me on macOS 10.14 with xcode 10. in the mkmf.log it's written

In file included from conftest.c:1:
In file included from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0/ruby.h:33:
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0/ruby/ruby.h:24:10: fatal error: 'ruby/config.h' file not found
#include "ruby/config.h"
         ^~~~~~~~~~~~~~~

how to investigate that?

@ReDetection
Copy link

Was able to solve this in a line

open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

credits to https://stackoverflow.com/a/53194299/2105993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants