in reply to libintl.a for Strawberry Perl
Based on Re^4: Writing a Perl extension framework for Inkscape, I am assuming you need this for one of the Locale:: modules. And peeking through your source code, I assume it's because of Locale::gettext. Looking at its CPAN Testers Matrix, it doesn't appear to work on windows, due to the lack of libintl. However, Locale::gettext_pp (which comes in libintl-perl) apparently does pass on Windows (matrix). Would that work for you?
(edit: and the Locale::gettext_xs XS version comes in the same dist, so might also work)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: libintl.a for Strawberry Perl
by fdesar (Beadle) on Jan 24, 2019 at 19:26 UTC | |
by syphilis (Archbishop) on Jan 24, 2019 at 23:18 UTC | |
by fdesar (Beadle) on Jan 25, 2019 at 10:08 UTC | |
by pryrt (Abbot) on Jan 24, 2019 at 19:30 UTC |