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

Hi Jason,

With this modification the compile appears to complete ok, however when
running make test, lots fail

Failed Test  Status Wstat Total Fail  Failed  List of failed
----------------------------------------------------------------------------
t/AttributeList   2   512     8    7  87.50%  2-8
t/Attributes.t    2   512    14   13  92.86%  2-14
t/DOMCount.t                  2    1  50.00%  2
t/DOMException.   2   512     7    5  71.43%  3-7
t/DOMPrint.t                  2    1  50.00%  2
t/DOM_Document.   2   512 35126 3512 100.00%  2-35126
t/DOM_Node.t      2   512     2    1  50.00%  2
t/IDOMCount.t                 2    1  50.00%  2
t/IDOMParser.t    2   512     8    5  62.50%  4-8
t/IDOMPrint.t                 2    1  50.00%  2
t/IDOM_DOMExcep   2   512     7    5  71.43%  3-7
t/IDOM_Document   2   512 35124 3512 100.00%  2-35124
t/IDOM_Node.t     2   512     2    1  50.00%  2
t/LocalFileInpu               6    1  16.67%  4
t/SAXParser.t     2   512     8    7  87.50%  2-8
t/StdInInputSou 255 65280     3    1  33.33%  3
t/URLInputSourc   0    10     9    1  11.11%  9
t/XMLException.   2   512     5    4  80.00%  2-5
Failed 18/42 test scripts, 57.14% okay. 70303/70494 subtests failed, 0.27%
okay.
make: *** [test_dynamic] Error 2

Is this normal on MacOS X?

Thanks

adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to