Build Error: Thread 52 for Perl 5.28.1 on Windows

Looking for help with this package that is failing to build in my project.

Runtime Details

Failing Packages

  • Thread 52

Hi I tried to add this module to my build but not successful. Please help me, thanks!

You’re getting a conflict between the core modules that already come with the Perl, and the modules you specified.

If you remove all the Thread* modules, they will already be included in Perl, and you won’t get conflicting versions.

1 Like

Thanks! I removed all thread modules and it was built successful.