From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15902 invoked from network); 30 Jul 2001 14:38:29 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jul 2001 14:38:29 -0000 Received: (qmail 746 invoked by alias); 30 Jul 2001 14:38:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15530 Received: (qmail 732 invoked from network); 30 Jul 2001 14:38:20 -0000 Date: Mon, 30 Jul 2001 15:38:17 +0100 From: Adam Spiers To: zsh workers mailing list Subject: location of pcre.h Message-ID: <20010730153817.A16119@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux 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 to #include Obviously this needs a more general fix, but I'm not sure how to do it.