Skip to content

Instantly share code, notes, and snippets.

@lengocgiang
Created May 26, 2017 02:42
Show Gist options
  • Save lengocgiang/6693b87ddff799eb7f452d9c2b7f0ff4 to your computer and use it in GitHub Desktop.
Save lengocgiang/6693b87ddff799eb7f452d9c2b7f0ff4 to your computer and use it in GitHub Desktop.
[MacOSX]How to fix "configure: error: pcre.h not found
I'm using MacOSX Siera 10.12
sudo ln -s /usr/local/Cellar/pcre/8.40/include/pcre.h /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pcre.h
If you do not install "pcre" , you can using brew
brew install pcre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment