On Sun, Nov 30, 2003 at 05:20:45PM +0000, Ed Avis wrote:
> Which version of Tk are people using with perl-5.8.x? I was unable to
> build Tk-800.024 with perl-5.8.2 because of a pod2man error in some of
> the generated makefiles (probably fixable with a small patch; no
> response yet from the ptk mailing list).
>
> I tried Tk-804.025_beta6 and that built okay, but then I couldn't
> build Tk-TableMatrix-1.01. Also they say that this beta of Tk has
> trouble building on non-Linux platforms.
>
> So has anyone managed to build both Tk and Tk::TableMatrix from source
> with a recent version of perl?
ATrpms has Tk 800.024 and Tk::TableMatrix 1.01 built for perl 5.6.1 to
5.8.1. In order to get around the bug you mention I use:
find . -name Makefile | xargs perl -pi -e's/pod2man --center (.*) "--"/pod2man
-- --center $1/'
after perl Makefile.PL and before make. The author was suggesting this
workaround on some list, but I cannot find the quote on the net
anymore :(
--
Axel.Thimm@xxxxxxxxxxxxxxxxxxx
pgpsx712760ua.pgp
Description: PGP signature
|