in reply to Re^2: enc2xs not found! at Makefile.PL
in thread enc2xs not found! at Makefile.PL
I should have asked you if the directory D:\STRAWB~1\perl\lib\CORE (also known as D:\strawberry\perl\lib\CORE) exists.Failed to opendir 'D:\STRAWB~1\perl\lib\CORE' to find header files: No + such file or directory at D:/Strawberry/perl/lib/ExtUtils/MM_Any.pm +line 3049.
Yet on my Strawberry Perl 5.30.0, it all works fine:opendir my $dh, $header_dir or die "Failed to opendir '$header_dir' to + find header files: $!";
Cheers,C:\>perl -le "opendir my $dh, 'C:\strawberry\perl\lib\CORE' or die $!; +" C:\>perl -le "opendir my $dh, 'C:\strawb~1\perl\lib\CORE' or die $!;" C:\>perl -le "opendir my $dh, 'C:\STRAWB~1\perl\lib\CORE' or die $!;" C:\>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: enc2xs not found! at Makefile.PL
by levW (Beadle) on Nov 25, 2019 at 06:46 UTC | |
by syphilis (Archbishop) on Nov 25, 2019 at 07:51 UTC | |
by levW (Beadle) on Nov 25, 2019 at 11:00 UTC | |
by syphilis (Archbishop) on Nov 25, 2019 at 11:26 UTC |