zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh workers mailing list <zsh-workers@sunsite.auc.dk>
Subject: location of pcre.h
Date: Mon, 30 Jul 2001 15:38:17 +0100	[thread overview]
Message-ID: <20010730153817.A16119@thelonious.new.ox.ac.uk> (raw)

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.


             reply	other threads:[~2001-07-30 14:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-30 14:38 Adam Spiers [this message]
2001-07-30 14:46 ` Borsenkow Andrej
2001-07-30 14:55   ` Adam Spiers
2001-07-30 15:40     ` Clint Adams
2001-07-30 23:46       ` Adam Spiers
2001-07-31  1:35         ` Clint Adams
2001-08-06 13:59           ` Adam Spiers
2001-07-30 17:21     ` Borsenkow Andrej

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010730153817.A16119@thelonious.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).