On 2020-05-14 18:09:15, ptarala99@gmail.com wrote:
Show quoted text> Hello,
>
> My name is Pravik Tarala and I am having some trouble installing tk for
> perl. can you please let me know what the problem might be? I have attached
> the build log below. and I am using Windows 10 education and perl
> version5.30.2. Let me know if you need more information to diagnose the
> problem.
Hello Pravik,
I just triggered a fresh build on appveyor and it builds & tests fine, see
https://ci.appveyor.com/project/eserte/perl-tk/builds/32903712?fullLog=true
The problematic command starting with "g++ X.def ..." looks quite similar to your log, only that the appveyor build server using short DOSish filenames, and yours is using long filenames, but I don't think this should make a difference. In both cases perl 5.30.2 is used. But maybe the strawberry version is slightly different, here it is 5.30.2.1, don't know about yours.
Not sure how this could be fixed. Maybe the strawberryperl installation is problematic? Can you build other CPAN modules with XS components? Maybe reinstalling strawberryperl could help? Maybe a slightly different version of strawberryperl works better?
Regards,
Slaven