BlinkyStitt / vanitygen

GNU Affero General Public License v3.0
39 stars 14 forks source link

fatal error: 'pcre.h' file not found [MAC OSX10.9.1] #12

Closed alexpeterson91 closed 10 years ago

alexpeterson91 commented 10 years ago

Get this error on make

vanitygen alexpeterson$ make
cc -ggdb -O3 -Wall   -c -o pattern.o pattern.c
pattern.c:32:10: fatal error: 'pcre.h' file not found
#include <pcre.h>
         ^
1 error generated.
make: *** [pattern.o] Error 1
BlinkyStitt commented 10 years ago

You should check out my brew tap. It makes installing vanitygen on a mac much simpler. https://github.com/WyseNynja/homebrew-bitcoin

Otherwise, you need to brew install pcre

alexpeterson91 commented 10 years ago

Thanks, I got some issues when using brew now, been a long time since I’ve touched it. I reported them to Brew issue tracker Hope they get back to me soon, very excited to brew from your tap!

https://gist.github.com/alexpeterson91/9104795

Alex Peterson alexpeterson91@gmail.com

On Feb 19, 2014, at 7:41 PM, Bryan Stitt notifications@github.com wrote:

You should check out my brew tap. It makes installing vanitygen on a mac much simpler. https://github.com/WyseNynja/homebrew-bitcoin

Otherwise, you need to brew install pcre

— Reply to this email directly or view it on GitHub.