Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

location of pcre.h



On my RedHat 7.0 system, pcre.h is in /usr/include/pcre, not
/usr/include or any other standard include path, so compilation of
Src/Modules/pcre.c fails unless I change the

  #include <pcre.h>

to
 
  #include <pcre/pcre.h>

Obviously this needs a more general fix, but I'm not sure how to do
it.



Messages sorted by: Reverse Date, Date, Thread, Author