Vinc wrote:
Hello,
Everything is going right (i fix all the prerequisites) but I have an
issue during the compile process ...
Is someone able to help me ?
Thanks.
Vincent.Error messages :
../../../sip/cpp/sip_corewxColour.cpp:18:32: erreur: �class wxColour�
has no member named �GetPixel�
It looks like you are compiling with gtk3, as wxColour in wxGTK3 has no GetPixel method. I'll check-in a workaround for that.
···
--
Robin Dunn
Software Craftsman