zsh-workers
 help / color / mirror / code / Atom feed
* 4.1.0-dev-5
@ 2002-06-17 14:06 Peter Stephenson
  2002-06-17 18:28 ` 4.1.0-dev-5 scowles
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Stephenson @ 2002-06-17 14:06 UTC (permalink / raw)
  To: Zsh hackers list

I've uploaded 4.1.0-dev-5 to ftp://ftp.zsh.org/pub/development .

Lots and lots of little changes and fixes since the last development
version (back in March).

pws


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


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

* Re: 4.1.0-dev-5
  2002-06-17 14:06 4.1.0-dev-5 Peter Stephenson
@ 2002-06-17 18:28 ` scowles
  0 siblings, 0 replies; 2+ messages in thread
From: scowles @ 2002-06-17 18:28 UTC (permalink / raw)
  To: zsh-workers


for 4.1.0-dev-4 and -dev-5, on redhat linux 7.2 and 7.3, i have had to
modify Src/Modules/pcre.c like so for a successful build:

*** pcre.c      Mon Jun 17 10:28:54 2002
--- pcre.c-orig Mon Jun 17 11:22:14 2002
***************
*** 33,39 ****

  /**/
  #if defined(HAVE_PCRE_COMPILE) && defined(HAVE_PCRE_EXEC)
! #include <pcre/pcre.h>

  static pcre *pcre_pattern;
  static pcre_extra *pcre_hints;
--- 33,39 ----

  /**/
  #if defined(HAVE_PCRE_COMPILE) && defined(HAVE_PCRE_EXEC)
! #include <pcre.h>

  static pcre *pcre_pattern;
  static pcre_extra *pcre_hints;


have i missed a config option?  or, could someone more knowledgeable
than i determine if it would be appropriate for a config option to
handle the case of redhat linux?

cheers.

scowles at earthlink dot net


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

end of thread, other threads:[~2002-06-17 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-17 14:06 4.1.0-dev-5 Peter Stephenson
2002-06-17 18:28 ` 4.1.0-dev-5 scowles

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