From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17730 invoked from network); 17 Jun 2002 18:28:50 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Jun 2002 18:28:50 -0000 Received: (qmail 25322 invoked by alias); 17 Jun 2002 18:28:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17329 Received: (qmail 25307 invoked from network); 17 Jun 2002 18:28:42 -0000 Date: Mon, 17 Jun 2002 11:28:30 -0700 From: scowles@earthlink.net X-Mailer: The Bat! (v1.60q) Personal Organization: personal X-Priority: 3 (Normal) Message-ID: <1160977040.20020617112830@REMOVEckhb.org> To: zsh-workers@sunsite.dk Subject: Re: 4.1.0-dev-5 In-Reply-To: <23099.1024322797@csr.com> References: <23099.1024322797@csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 static pcre *pcre_pattern; static pcre_extra *pcre_hints; --- 33,39 ---- /**/ #if defined(HAVE_PCRE_COMPILE) && defined(HAVE_PCRE_EXEC) ! #include 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