Subject: | Tk::Zinc v3.304 will not compile unless Tk version 804.03 is installed |
The following compile error is generated with newer than 804.03 versions of Tk.
Tk::Zinc object version 804.03 does not match bootstrap parameter 804.032 at C:/Perl64/lib/DynaLoader.pm line 214.
Here is a work around (with unknown consequences):
in perl/site/lib/Tk/Zinc.pm, change
bootstrap Tk::Zinc $Tk::VERSION;
to
bootstrap Tk::Zinc '804.03';