Re: Fwd: gmake (perl-5.8.6) fails on z/OS

2005-08-09 Thread Yitzchak Scott-Thoennes
On Tue, Jul 26, 2005 at 07:25:33AM -0700, rajarshi das wrote: > ./miniperl -w -Ilib -MExporter -e '' || gmake minitest > ./miniperl -Ilib configpm configpm.tmp > Malformed UTF-8 character (unexpected continuation > byte 0x54, with no preceding start byte) in printf at > configpm line 63. > Malforme

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-28 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Thu, Jul 28, 2005 at 02:37:36AM -0700, rajarshi > das wrote: > > > However, if I change the first instance to : > > --- utf8.c 2004-11-17 18:22:09.0 > +0530 > > +++ utf8.c.22005-07-28 13:48:24.0 > +0530 > > @@ -363,6 +3

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-28 Thread Nicholas Clark
On Thu, Jul 28, 2005 at 02:37:36AM -0700, rajarshi das wrote: > However, if I change the first instance to : > --- utf8.c 2004-11-17 18:22:09.0 +0530 > +++ utf8.c.22005-07-28 13:48:24.0 +0530 > @@ -363,6 +363,11 @@ Perl_utf8n_to_uvuni(pTHX_ U8 *s, > STRLEN > warnin

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-28 Thread rajarshi das
--- rajarshi das <[EMAIL PROTECTED]> wrote: > > > --- Nicholas Clark <[EMAIL PROTECTED]> wrote: > > > On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi > > das wrote: > > > > > Yes, the second call to NATIVE_TO_UTF is still > > present > > > in the modified code. Typically, one wouldnt > wa

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi > das wrote: > > > Yes, the second call to NATIVE_TO_UTF is still > present > > in the modified code. Typically, one wouldnt want > to > > do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is > what I >

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 08:34:02AM -0700, rajarshi das wrote: > Yes, the second call to NATIVE_TO_UTF is still present > in the modified code. Typically, one wouldnt want to > do a NATIVE_TO_UTF(NATIVE_TO_UTF(uv)) which is what I > am doing due to the second call. But does that make a > difference

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Dave Mitchell
On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas Clark wrote: > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote: > > Hi, > > I made the following modifications to utf8.c : > > #ifdef EBCDIC > > uv = NATIVE_TO_UTF(uv); > > #endif > > Where in utf8.c? Your description of what yo

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Dave Mitchell <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 03:29:43PM +0100, Nicholas > Clark wrote: > > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi > das wrote: > > > Hi, > > > I made the following modifications to utf8.c : > > > #ifdef EBCDIC > > > uv = NATIVE_TO_UTF(u

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi > das wrote: > > > The change is in the fn Perl_utf8n_to_uvuni : > > --- > > . > > > > > > #define UTF8_WARN_LONG 8 > > #define UTF8_WARN_

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 07:55:21AM -0700, rajarshi das wrote: > The change is in the fn Perl_utf8n_to_uvuni : > --- > . > > > #define UTF8_WARN_LONG 8 > #define UTF8_WARN_ 9 /* > Also FFFE. */ > > if (curlen ==

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
--- Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi > das wrote: > > Hi, > > I made the following modifications to utf8.c : > > #ifdef EBCDIC > > uv = NATIVE_TO_UTF(uv); > > #endif > > Where in utf8.c? Your description of what you > changed i

Re: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread Nicholas Clark
On Tue, Jul 26, 2005 at 07:22:55AM -0700, rajarshi das wrote: > Hi, > I made the following modifications to utf8.c : > #ifdef EBCDIC > uv = NATIVE_TO_UTF(uv); > #endif Where in utf8.c? Your description of what you changed is inadequate for anyone else to understand the context of your change

Fwd: gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
I forgot to attach the configpm output in the previous mail. Thanks Note: forwarded message attached. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- Begin Message --- Hi, I made the fol

gmake (perl-5.8.6) fails on z/OS

2005-07-26 Thread rajarshi das
Hi, I made the following modifications to utf8.c : #ifdef EBCDIC uv = NATIVE_TO_UTF(uv); #endif I get the following output from gmake : -- `sh cflags "optimize='-g'" utf8.o` utf8.c CCCMD = c89 -DPERL_CORE -c -DMAXSIG=38 -DOEMVS -D_OE_S