Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.1.0-dev-5
- X-seq: zsh-workers 17329
- From: scowles@xxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: 4.1.0-dev-5
- Date: Mon, 17 Jun 2002 11:28:30 -0700
- In-reply-to: <23099.1024322797@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: personal
- References: <23099.1024322797@xxxxxxx>
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