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

Re: 4.1.0-dev-5



for 4.1.0-dev-4 and -dev-5, on redhat linux 7.2 and 7.3, i have had to
modify Src/Modules/pcre.c like so for a successful build:

*** pcre.c      Mon Jun 17 10:28:54 2002
--- pcre.c-orig Mon Jun 17 11:22:14 2002
***************
*** 33,39 ****

  /**/
  #if defined(HAVE_PCRE_COMPILE) && defined(HAVE_PCRE_EXEC)
! #include <pcre/pcre.h>

  static pcre *pcre_pattern;
  static pcre_extra *pcre_hints;
--- 33,39 ----

  /**/
  #if defined(HAVE_PCRE_COMPILE) && defined(HAVE_PCRE_EXEC)
! #include <pcre.h>

  static pcre *pcre_pattern;
  static pcre_extra *pcre_hints;


have i missed a config option?  or, could someone more knowledgeable
than i determine if it would be appropriate for a config option to
handle the case of redhat linux?

cheers.

scowles at earthlink dot net



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