Leon Brocard <[EMAIL PROTECTED]> said something to this effect on 07/02/2001:
> An irc friend was using GD 1.19 (which is immensely old, I know) and got
> the following test error. I haven't had time to look at it.

We are still using 1.18 to produce GIF images, as the new libgd
and GD.pm don't do GIFs... Frustrating, but a fact of life,
unfortunately...

> ----- Forwarded message from Alex Page <[EMAIL PROTECTED]>
> 
> From: "Alex Page" <[EMAIL PROTECTED]>
> Subject: Template-Toolkit error
> To: <[EMAIL PROTECTED]>
> Date: Mon, 2 Jul 2001 14:33:54 +0100
> X-Mailer: Microsoft Outlook Express 5.00.2919.6600
> 
> During `make test`:
> 
> t/gd................"cmp" is not defined in %GD::EXPORT_TAGS at
> blib/lib/Template/Plugin/GD/Constants.pm line 30

Older GD's do GIF and not PNG, so there are probably a lot more
issues that just haven't come up. Perhaps the best solution is a

    'PREREQ_PM' => {
        'GD' => 1.23, # or whatever version works
    },

in the Makefile.PL?

(darren)

-- 
If you wish to drown, do not torture yourself with shallow water.


Reply via email to