Sorry sent that last message before finishing it!! > > Run samples/DOMCount.pl by hand and show me what the output looks > like, would you?
Here goes... [mrc1-003:local/install/XML-Xerces-2.3.0-2] adam% perl samples/DOMCount.pl dyld: perl Undefined symbols: __ZN11xercesc_2_316XMLPlatformUtils10isAnySlashEt Trace/BPT trap Interesting... I didn't edit out the 'inline' part in $XERCESCROOTsrc/xercesc/util/Platforms/MacOS/MacOSPlatformUtils.cpp As I did before if you remember. Basically because this error did not show up with make test this time. I will try that modification and recompile xerces-c >> t/StdInInputSource..ok 2/3FATAL ERROR: >> FILE: >> LINE: 0 >> COLUMN: 0 >> MESSAGE: An exception occurred! Type:XMLPlatformException, Message:Could not >> open file: stdin >> at t/StdInInputSource.t line 33 > > This I don't understand. Why is stdin different on OS X? Could this be related to the problem above.... [mrc1-003:local/install/XML-Xerces-2.3.0-2] adam% perl t/StdInInputSource.t dyld: perl Undefined symbols: __ZN11xercesc_2_316XMLPlatformUtils10isAnySlashEt Trace/BPT trap Strange that the isAnySlash errors do not show up in make test like they did before.. So, as I said above.. I will modify $XERCESCROOTsrc/xercesc/util/Platforms/MacOS/MacOSPlatformUtils.cpp and recompile... 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]
