Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
location of pcre.h
- X-seq: zsh-workers 15530
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: location of pcre.h
- Date: Mon, 30 Jul 2001 15:38:17 +0100
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
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