Build Error: Alien-wxWidgets 0.69 for Perl 5.34.0 on Mac

I’ve configured and built Alien::wxWidgets on my Mac separately, but it doesn’t appear to compile on yours. Is there a way to install my build into me ActiveState Perl?

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

Runtime Details

Failing Packages

  • Alien-wxWidgets 0.69

We don’t support local builds, so there’s no guarantee it would work, but if you build Alien-wxWidgets locally against the installed ActivePerl runtime instead of the native Mac Perl, it might work. That has higher odds of compatibility than attempting to mix-and-match, however, the tools on the local system might not do the right thing with a virtual Perl.
You could try mix-and-match by setting PERL5LIB to point at the folder where you have Alien-wxWidgets already built, but that variable will cause everything in that folder to have priority over what comes in the runtime. If there are compatibility issues, it can trigger crashes and unpredictable behavior.