Skip to content

Instantly share code, notes, and snippets.

@omarmilhouse
Created May 2, 2019 10:01
Show Gist options
  • Save omarmilhouse/be2295924eeaa315102855c0f2ddfe83 to your computer and use it in GitHub Desktop.
Save omarmilhouse/be2295924eeaa315102855c0f2ddfe83 to your computer and use it in GitHub Desktop.
Fix brew install nghttp2 with macOS 10.11 while installing php
# Error installing nghttp2 during make:
# Last 15 lines from /Users/omarmilini/Library/Logs/Homebrew/nghttp2/02.make:
# _LIBCPP_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>&& __p,
brew install gcc
brew install --cc=gcc-8 nghttp2
@keithy
Copy link

keithy commented Dec 5, 2019

brew install gcc@8
brew install --cc=gcc-8 nghttp2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment