When I compile phalcon installation with ./install, I received following error on macOS mojave.
In file included from /usr/include/php/ext/spl/spl_iterators.h:27:
/usr/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' file not found
#include "pcre.h"
1 error generated.
make: *** [phalcon.lo] Error 1
is there anyway to get it around?