![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: visual 2019 can't build perl 5.30 on windows 2016by syphilis (Archbishop) |
on Nov 27, 2019 at 11:19 UTC ( #11109302=note: print w/replies, xml ) | Need Help?? |
Using a mingw-w64 port of gcc, I get the same 2 warnings on Windows when running lib/locale.t.
However, I don't get any test failures. I think the warnings are harmless as they are inevitable when you compare an undefined value (namely $Config{d_has_C_UTF8}) using the 'eq' operator && warnings are enabled. But the test failures are certainly worthy of a perlbug report as Anonymous Monk has suggested. Perhaps first try the latest devel release in case it has already been fixed. Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|