Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: location of pcre.h
- X-seq: zsh-workers 15545
- From: Clint Adams <clint@xxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: location of pcre.h
- Date: Mon, 30 Jul 2001 21:35:37 -0400
- In-reply-to: <20010731004632.A19203@xxxxxxxxxxxxxxxxxxxxxxx>; from adam@xxxxxxxxxx on Tue, Jul 31, 2001 at 12:46:32AM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010730153817.A16119@xxxxxxxxxxxxxxxxxxxxxxx> <007d01c11906$5ad4acb0$21c9ca95@xxxxxxxxxxxxxx> <20010730155528.B16163@xxxxxxxxxxxxxxxxxxxxxxx> <20010730114037.A21411@xxxxxxxx> <20010731004632.A19203@xxxxxxxxxxxxxxxxxxxxxxx>
> -I/usr/include/pcre
>
> The relevant bit of config.log:
The implication is that one is meant to
#include <pcre.h>, not <pcre/pcre.h>;
of course, adding -I/usr/include/pcre
to the build-wide CFLAGS is ugly.
Probably configure should run
pcre-config and then store
the result for reference by
pcre.mdd, when that's possible.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author