<[EMAIL PROTECTED]> writes:
>I am sorry about that but OS390-Stdio-0.007 is still broken
>with perl 5.8.0.

The problem is that PerlIO * is no longer a FILE * but something 
else - which may _contain_ a FILE * (on a per-handle basis).

>
>c89 -c    -DMAXSIG=38 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED
>-D_ALL_SOURCE -DYYDYNAMIC -W 0,float\(ieee\)     -DVERSION=\"0.007\"
>-DXS_VERSION=\"0.007\
>" -W 0,dll "-I/web/apps/uerz/perl/lib/5.8.0/os390/CORE"  -D_EXT Stdio.c
>WARNING CBC3068 ./Stdio.c:678   Operation between types "struct _PerlIO**"
>and "struct __ffile*" is not allowed.

As someone has observed already that is probably a symptom of mixing 
FILE * and PerlIO * 

Can someone post (or send me) the Stdio.c file or its precursor .xs file?

-- 
Nick Ing-Simmons
http://www.ni-s.u-net.com/

Reply via email to