Sat Apr 17 15:56:53 2021: Request 128994 was acted upon. Transaction: Correspondence added by garfieldn...@gmail.com 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: imd...@gmail.com 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.