[Kde-bindings] Re: [Bug 66053] New: Smoke and Kalyptus are missing a perl version check?

Germain Garand germain at ebooksfrance.org
Fri Oct 17 09:19:27 UTC 2003


Le Vendredi 17 Octobre 2003 09:35, Richard Dale a écrit :
> On Friday 17 October 2003 02:11, Neil Stevens wrote:
> > Just an update:  I tried building with perl 5.8 and all went well without
> > modification.  So I think a configure check is in order.
>
> The configure has this check at the moment:
>
> KDE_CHECK_PERL(5.005, dcopperl)
>
> I looked in the PerlQt INSTALL doc, it says:
>
> "The programs+version I use, but not necessarily required:
> Linux               (oddly enough, most of the developers use Mandrake)
> Perl-5.6.0 or above (tested up to 5.8.0-RC1)"
>
> So perhaps we need this check in the kdebindings configure for smoke:
>
> KDE_CHECK_PERL(5.6, smoke)

rather KDE_CHECK_PERL(5.006, smoke)
has it just does a perl -e "require $1".
Perl has a strange numbering scheme :)



More information about the Kde-bindings mailing list