in reply to Tk on windows 7?

Anybody knows how to get around that?

You do not provide enough information

Replies are listed 'Best First'.
Re^2: Tk on windows 7?
by lamprecht (Friar) on Nov 23, 2011 at 10:23 UTC
      Last time I saw that the fix was
      --- 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); }
      http://win32.perl.org/wiki/index.php?title=Tk-804.028_501
Re^2: Tk on windows 7?
by Anonymous Monk on Nov 21, 2011 at 16:13 UTC
    What other information do you need?

      Can you guess?

      The last error is never as useful as the first error

      But you should really post the output from perl Makefile.PL && dmake test

        Sorry if I am behaving stupid.
        I don't use perl Makefile.PL or dmake test, I tried to use
        cpan Tk in the portableshell.bat shell as discribed in the README.portable.txt
        The error I posted is the first (after about 1000 lines of output). Should I post the whole output-file here?
        Thanks for your time