Fri Jun 11 16:07:40 2021: Request 136796 was acted upon.
Transaction: Ticket created by [email protected]
Queue: Wx
Subject: fail build with wxGTK over gtk3
Broken in: 0.9932
Severity: Critical
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=136796 >
GDI.c: In function 'void XS_Wx__Colour_GetPixel(PerlInterpreter*, CV*)':
GDI.c:12642:24: error: 'class wxColour' has no member named 'GetPixel'
12642 | RETVAL = THIS->GetPixel();
| ^~~~~~~~
make: *** [Makefile:453: GDI.o] Error 1
make: *** Waiting for unfinished jobs....
PropertyGrid.c: In function 'void
XS_Wx__ColourProperty_SetPlValue(PerlInterpreter*, CV*)':
PropertyGrid.c:27130:49: error: call of overloaded 'wxVariant(wxColour&)' is
ambiguous
27130 | wxVariant value = wxVariant(*col);
| ^
In file included from ../../cpp/helpers.h:19,
from ../../cpp/wxapi.h:170,
from PropertyGrid.c:23:
/usr/include/wx-3.0/wx/variant.h:187:5: note: candidate:
'wxVariant::wxVariant(bool, const wxString&)'
187 | wxVariant(bool val, const wxString& name = wxEmptyString);
| ^~~~~~~~~
/usr/include/wx-3.0/wx/variant.h:111:5: note: candidate:
'wxVariant::wxVariant(const wxAny&)'
111 | wxVariant(const wxAny& any);
| ^~~~~~~~~
make[2]: *** [Makefile:346: PropertyGrid.o] Error 1
greetings