[rt.cpan.org #118284] Perl-Wx can not be built with STL variants of wxWidgets
"Ron Grunwald via RT" <[email protected]> Tue, 21 Mar 2017 10:08:08 -0400
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Tue Mar 21 10:08:02 2017: Request 118284 was acted upon.
Transaction: Correspondence added by rongrw
Queue: Wx
Subject: Perl-Wx can not be built with STL variants of wxWidgets
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=118284 >
On Thu Oct 06 20:32:27 2016, [email protected] wrote:
> Note - If you built wxWidgets with wxUSE_STL set to 1, the implicit
> conversions to both narrow and wide C strings are disabled and
> replaced with
> implicit conversions to std::string and std::wstring.
Hi Stefan,
From your description of the problem, if we execute the following
command line in Alien-wxWidgets,
perl Build.PL --wxWidgets-extraflags="--enable-stl"
would that then allow Wx to build successfully against version 3.0.2?
Is this what you did?
Kind regards,
Ron.