I get the same thing plus in the command line it says:
Can't load 'D:/Perl58/site/lib/auto/XML/LibXML/LibXML.dll' for module
XML::LibXML: load_file:The specified procedure could not be found at
D:/Perl58/lib/DynaLoader.pm line 229. at test.pl line 1
Compilation failed in require at test.pl line 1.
BEGIN failed--compilation aborted at test.pl line 1.
Anyone else running windows has this problem?
I'll try the xmltv.exe alpha that Robert has built.
Thanks
Chris
Mattias Holmlund wrote:
This sounds like a problem with the XML::LibXML module. Could you try
running the following code:
use XML::LibXML;
my $parser = XML::LibXML->new();
my $doc = $parser->parse_string(<<'EOT');
<some-xml/>
EOT
Do you get any errors?
/Mattias
On Mon, 2004-11-15 at 02:54 +0100, Christian Vandendorpe wrote:
Mattias Holmlund wrote:
Please give it a try and report success or failure. I hope to include it
in the next release of xmltv, but I need more testers to be able to do
that.
When I run tv_grab_swedb under Windows XP and Perl58 I get a window that
pops up and says:
---
perl.exe - entry point not found
The procedure entry point xmlIsExtenderGroup could not be located in the
dynamic link library libxml2.dll
---
I also get this error running your regular tv_grab_se. However, before
you blame this entirely on Windows, I have no problem running any other
perl grabber that I have tried, only your 2 grabbers. I've run ppm but
it tells me my xml module is up to date. Any ideas? Otherwise I hope
Robert will add it soon to his alpha xmltv.exe.
Cheers
Chris
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
xmltv-devel mailing list
xmltv-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xmltv-devel
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
|