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

Issue I encountered with install #721

Merged
merged 3 commits into from Mar 26, 2020

Commits on Mar 4, 2020

  1. Issue I encountered with install

    I was trying to install guard today and ran into an issue:
    
    mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/include/ruby.h
    
    I found this post - castwide/vscode-solargraph#78 - which suggested the problem is because my mac is 10.14 
    
    I had to run this command which then allowed me to install guard.
    
    open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
    
    I wanted to mention this to your team incase you want to include it, though you may not feel it is relevant to Ada students!
    
    David
    davidwintermeyer committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    35b3c74 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    b68ae44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3f175 View commit details
    Browse the repository at this point in the history