[rt.cpan.org #128994] Perl Wx fails to Build -- ProperyGrid.c : error: call of overloaded ‘wxVariant(wxColour&)’ is ambiguous
[email protected] ("Nathan Glenn via RT") Sat, 17 Apr 2021 15:56:53 -0400
| Newsgroups | perl.wxperl.users |
|---|---|
| Message-ID | <[email protected]> |
Sat Apr 17 15:56:53 2021: Request 128994 was acted upon. Transaction: Correspondence added by [email protected] Queue: Wx Subject: Perl Wx fails to Build -- ProperyGrid.c : error: call of overloaded ‘wxVariant(wxColour&)’ is ambiguous Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128994 > I'm no XS/C expert, but just looking at the SetPlValue methods in PGProperty.xsp, I think maybe the wxWidgets API changed? If you view the constructors here (https://docs.wxwidgets.org/3.0/classwx_variant.html), then you can see that wxVariant(wxObject*) exists; however, in PGProperty.xsp, objects are dereferenced before being passed to wxVariant, so maybe the signatures don't match.