"Adam Witney" <[EMAIL PROTECTED]> writes:
> >
> > "Adam Witney" <[EMAIL PROTECTED]> writes:
> >
> >> Hi,
> >>
> >> I have been trying to install XML-Xerces-1.5.2_0 on macOSX however I receive
> >> errors during the make
> >>
> >> I downloaded and installed xerces-c-src1_5_2.tar.gz (everything seemed ok)
> >>
> >> But during the 'make' step for XML-Xerces-1.5.2_0 I receive an error. Here
> >> is the output from make
> >>
> >> [mrc1-003:local/install/XML-Xerces-1.5.2_0] adam% make
> >
> > [snip]
> >
> >> Xerces.C: In function `void _wrap_new_MemBufInputSource(CV *)':
> >> Xerces.C:54400: passing `unsigned int *' as argument 2 of `Perl_sv_2pv(SV *,
> >> STRLEN *)'
Hey Adam,
I went back and checked the archive. The issue always seems associated
with the line:
XS(_wrap_new_MemBufInputSource) {
XMLByte *arg1 ;
unsigned int arg2 ;
^^^^^^^^^^^^^^^^^^^
change it to:
STRLEN arg2;
and it should work for you.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]