Re: [PATCH] fix for pcre test if libpcre installed in non-standard location

2007-12-20 Thread Devin Heitmueller
Mark is correct. If the pcre-config program cannot be found, then this is the condition you should expect. Note that libpcre does not come with OSX, so this is not unusual (I have it installed via Fink). Devin On Dec 20, 2007 8:48 AM, Mark J. Reed <[EMAIL PROTECTED]> wrote: > That output sugges

[perl #48074] [PATCH] fix for pcre test if libpcre installed in non-standard location

2007-12-03 Thread Devin Heitmueller
# New Ticket Created by "Devin Heitmueller" # Please include the string: [perl #48074] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48074 > The attached patch will address a parrot test failure in the P

Re: [PATCH] fix for pcre test if libpcre installed in non-standard location

2007-12-02 Thread Devin Heitmueller
ubmit the patch with said approach. Devin On Dec 3, 2007 12:17 AM, chromatic <[EMAIL PROTECTED]> wrote: > On Sunday 02 December 2007 21:04:28 Devin Heitmueller wrote: > > > The attached patch will address a parrot test failure in the PCRE > > module (t/library/pcre.t) in the c

[PATCH] fix for pcre test if libpcre installed in non-standard location

2007-12-02 Thread Devin Heitmueller
The attached patch will address a parrot test failure in the PCRE module (t/library/pcre.t) in the case where the libpcre library is installed in a nonstandard location. In my case, it occurs on OS X that Fink installed libpcre into /sw/lib, and so the test believes that PCRE is installed because