Propblems with pp
- From: Justin Smith <jsmith@xxxxxxxxxx>
- Date: Mon, 31 Dec 2007 14:57:46 GMT
I am trying to develop a standalone application using pp (since the
original application uses 12 libraries:
use strict;
use Tk;
use Tk::JPEG;
use Tk::PNG;
use Tk::TextUndo;
use Crypt::Blowfish;
use Crypt::CBC;
use IO::Compress::Gzip qw(gzip $GzipError) ;
use IO::Uncompress::Gunzip qw(gunzip $GunzipError) ;
use Date::Manip;
use Data::Dumper;
use LWP::Simple;
use MIME::Base64;
#use Tk::FontDialog;
use Tk::DateEntry;
use Image::Magick;
use Text::Aspell;
use Tk::FileSelect;
++++++++++++++++++++++++++++
The pp command is:
jsmith@jsmith-desktop:~/research/free-software$ pp -M POSIX diary.pl
But when I type:
jsmith@jsmith-desktop:~/research/free-software$ a.out
couldn't read bitmap file "": No such file or directoryerror reading
bitmap file "" at Tk/Widget.pm line 205.
at Tk/Widget.pm line 203
jsmith@jsmith-desktop:~/research/free-software$
Using pp -P works but I'd like to package perl with the application too.
Any suggestions?
.
- Prev by Date: Re: FAQ 6.11 Can I use Perl regular expressions to match balanced text?
- Next by Date: Re: is there any "hello-world" demo for plugin-based application?
- Previous by thread: FAQ 6.17 Why don't word-boundary searches with "\b" work for me?
- Next by thread: utf-8
- Index(es):