giomar has asked for the wisdom of the Perl Monks concerning the following question:

I'm insisnting in installing this package in my machine but it is a fightsty becuase it seems that it took the file installation process but in another file wants me to run MAKE ppd not sure if it is going to create anymore libraries. Just for trying to satisfy the errors I have copy such file in the directory; no such a good idea. Any ideas! error message "can't locate Tk/Event.pm in (@INC contains: C:/perl/site/lib C:/perl/lib .)at C:/Perl/site/lib/Tk.pm line 13 compilation failed in require at firsttimemail.pl line 2 BEGIN failed--compilation aborted at firsttimemail.pl line 2.

Replies are listed 'Best First'.
Re: issues installing Tk.pm
by Anonymous Monk on Jun 05, 2010 at 18:35 UTC
      You may also need this patch
      --- Tk\MMutil.pm.orig 2009-10-07 03:08:28.781250000 -0700 +++ Tk\MMutil.pm 2009-10-07 03:14:37.390625000 -0700 @@ -583,6 +583,7 @@ } push(@opt,'DEFINE' => $define, 'INC' => $i); } + for(@{$att{LIBS}}){ $_=":nosearch $_"}; WriteMakefile(@opt, %att); }