zsh-workers
 help / color / mirror / code / Atom feed
* location of pcre.h
@ 2001-07-30 14:38 Adam Spiers
  2001-07-30 14:46 ` Borsenkow Andrej
  0 siblings, 1 reply; 8+ messages in thread
From: Adam Spiers @ 2001-07-30 14:38 UTC (permalink / raw)
  To: zsh workers mailing list

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.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-08-06 13:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-30 14:38 location of pcre.h Adam Spiers
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

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).