> That's good. You didn't have to modify the Makefile.PL anymore did
> you? If you didn't that means that the darwin.pl file I added is
> working. 

Nope, nor did I have to modify the xerces-c library (if you remember the
problems we had before with isAnySlash)

>> t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at
> 
> looks like DOMCount.pl is not returning a value, can you run it by
> hand and let me know the output:
> 
> perl samples/DOMCount.pl samples/personal.xml

Looks ok, when run with absolute path:

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl samples/DOMCount.pl
/usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml
/usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml: duration:  1
wallclock secs ( 0.07 usr +  0.00 sys =  0.07 CPU)
        (37 elems)

>> t/DOMException......dubious
>>         Test returned status 0 (wstat 10, 0xa)
>> DIED. FAILED tests 2-7
>>         Failed 6/7 tests, 14.29% okay
> 
> Huh. Run this one by hand, would you?
> 
> perl -Mblib -w t/DOMException.t

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/DOMException.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..7
ok 1 - module loaded
Bus error

> 
>> t/DOMNodeIterator...NOK 3#     Failed test (t/DOMNodeIterator.t at line 66)
>> t/DOMNodeIterator...NOK 5#     Failed test (t/DOMNodeIterator.t at line 78)
> 
>> t/DOMTreeWalker.....NOK 3#     Failed test (t/DOMTreeWalker.t at line 77)
>> t/DOMTreeWalker.....NOK 5#     Failed test (t/DOMTreeWalker.t at line 89)
> 
> These two are nearly identical tests, so if one failed you'd expect
> the other to fail as well. Not sure what's happening, but the
> iterators are clearly not working.
> 
>> t/DOMPrint..........ok 1/2#     Failed test (t/DOMPrint.t at line 62)
>> # Found []
>> # Looks like you failed 1 tests of 2.
> 
> This is like DOMCount.pl, you're not getting output. Can you run it by
> hand (probably the same error).

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/DOMPrint.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..2
ok 1 - module loaded
not ok 2
#     Failed test (t/DOMPrint.t at line 62)
# Found []
# Looks like you failed 1 tests of 2.

>> t/SAXException......dubious
>>         Test returned status 0 (wstat 10, 0xa)
>> DIED. FAILED tests 2-6
>>         Failed 5/6 tests, 16.67% okay
> 
> Could you run this one by hand?

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/SAXException.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..6
ok 1 - module loaded
Bus error


Cheers

Adam


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


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

Reply via email to