On Tue, 06 Aug 2024 12:07:36 +0300, Niko Tyni wrote:

>    polymake has not been checkced for compatibility with perl 5.40 or newer;
>    your perl interpreter says it is 5.040000.

I've naively replaced 5.40 with 5.42 in the check [0], and polymake
builds, including running its test suite.

Not sure if this is safe enough but it can maybe induce some optimism
:)


Cheers,
gregor


[0]
#v+
--- a/support/configure.pl
+++ b/support/configure.pl
@@ -27,13 +27,13 @@
 ./configure PERL=/path/to/my/new/perl [other options ...]
 .
       exit(1);
-   } elsif ($] >= 5.040) {
+   } elsif ($] >= 5.042) {
       print STDERR <<".";
 *************
 *** ERROR ***
 *************
 
-polymake has not been checkced for compatibility with perl 5.40 or newer;
+polymake has not been checkced for compatibility with perl 5.42 or newer;
 your perl interpreter says it is $].
 
 If you already have another (older) perl interpreter somewhere else, you can
#v-

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   

Attachment: signature.asc
Description: Digital Signature

Reply via email to