Created
May 2, 2019 10:01
-
-
Save omarmilhouse/be2295924eeaa315102855c0f2ddfe83 to your computer and use it in GitHub Desktop.
Fix brew install nghttp2 with macOS 10.11 while installing php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brew install gcc@8
brew install --cc=gcc-8 nghttp2