mohit wrote:
hi
i made a exe of perl application using PDK.
when i test it .this exe is giving error
could not find ParserDetails.ini in /PerlApp/XML/SAX Can't locate obje
+ct method "new" via package "XML::SAX::PurePerl" at /PerlApp/XML/SAX/
+ParserFactory.pm line 43.
i'm not getting why this error i'm getting because i'm running this perl
application in .pl file it is working fine but when i made executable then is
giving error.
Hello mohit,
Did you use the build-vss2svn.perlapp file I have in the source
directory with your PDK? That definition assumes the use of
XML::SAX::Expat instead of XML::SAX::PurePerl. Either way, you'll need
to explicitly include one of those two SAX modules in your definition,
since otherwise PerlApp has no way of determining that those packages
are needed. So if you don't have the Expat module, just switch that
"Add" definition out for the PurePerl one and it should work.
You can also trim DBI::PurePerl and most of the DBD:: modules (all but
DBD::SQLite2) from the .exe. Also, I had to bind all the .enc files from
site/lib/XML/Parser/Encodings to get XML::Parser to work in the .exe.
toby
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user