icy-zebra-52882
05/08/2022, 11:48 PMambitious-knife-25690
05/09/2022, 12:17 AMambitious-knife-25690
05/09/2022, 12:17 AMicy-zebra-52882
05/09/2022, 12:22 AMicy-zebra-52882
05/09/2022, 12:23 AM- src/hx/widgets/PasswordEntryDialog.cpp
Error: ./src/hx/widgets/TaskBarIcon.cpp: In member function ‘void hx::widgets::TaskBarIcon_obj::setIcon(hx::widgets::Icon, String)’:
./src/hx/widgets/TaskBarIcon.cpp:86:46: error: cannot convert ‘wxIcon’ to ‘const wxBitmapBundle&’
86 | HXDLIN( 21) (*(_hx_tmp)).SetIcon(_hx_tmp1,_hx_tmp2);
| ^~~~~~~~
| |
| wxIconicy-zebra-52882
05/09/2022, 12:23 AMIn file included from /usr/local/include/wx-3.1/wx/taskbar.h:89,
from ./src/hx/widgets/TaskBarIcon.cpp:17:
/usr/local/include/wx-3.1/wx/gtk/taskbar.h:18:48: note: initializing argument 1 of ‘virtual bool wxTaskBarIcon::SetIcon(const wxBitmapBundle&, const wxString&)’
18 | virtual bool SetIcon(const wxBitmapBundle& icon, const wxString& tooltip = wxString()) wxOVERRIDE;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
./src/hx/widgets/TaskBarIcon.cpp: In member function ‘void hx::widgets::TaskBarIcon_obj::setBitmap(hx::widgets::Bitmap, String)’:
./src/hx/widgets/TaskBarIcon.cpp:108:46: error: cannot convert ‘wxIcon’ to ‘const wxBitmapBundle&’
108 | HXDLIN( 35) (*(_hx_tmp)).SetIcon(_hx_tmp1,_hx_tmp2);
| ^~~~~~~~
| |
| wxIcon
In file included from /usr/local/include/wx-3.1/wx/taskbar.h:89,
from ./src/hx/widgets/TaskBarIcon.cpp:17:
/usr/local/include/wx-3.1/wx/gtk/taskbar.h:18:48: note: initializing argument 1 of ‘virtual bool wxTaskBarIcon::SetIcon(const wxBitmapBundle&, const wxString&)’
18 | virtual bool SetIcon(const wxBitmapBundle& icon, const wxString& tooltip = wxString()) wxOVERRIDE;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~
Error: Build failedicy-zebra-52882
05/09/2022, 12:23 AMicy-zebra-52882
05/09/2022, 12:24 AM--with-gtk and --enable-opengl --disable-shared (2nd one was suggested by haxeUI site)icy-zebra-52882
05/09/2022, 12:24 AMbright-gpu-74537
05/09/2022, 6:33 AMbright-gpu-74537
05/09/2022, 6:36 AMbright-gpu-74537
05/09/2022, 6:36 AMbright-gpu-74537
05/09/2022, 6:37 AMbright-gpu-74537
05/09/2022, 9:32 AMicy-zebra-52882
05/09/2022, 10:22 AMicy-zebra-52882
05/09/2022, 10:23 AMbright-gpu-74537
05/09/2022, 10:23 AMbright-gpu-74537
05/09/2022, 10:23 AMicy-zebra-52882
05/09/2022, 10:23 AMicy-zebra-52882
05/09/2022, 10:24 AMbright-gpu-74537
05/09/2022, 10:24 AMicy-zebra-52882
05/09/2022, 10:24 AMPasswordEntryDialog.cppbright-gpu-74537
05/09/2022, 10:24 AM#if ((wxMAJOR_VERSION >= 3) && (wxMINOR_VERSION >= 1) && (wxRELEASE_NUMBER >= 6))bright-gpu-74537
05/09/2022, 10:25 AMicy-zebra-52882
05/09/2022, 10:26 AMbright-gpu-74537
05/09/2022, 10:26 AMbright-gpu-74537
05/09/2022, 10:26 AMicy-zebra-52882
05/09/2022, 10:26 AMhaxelib run haxeui-core create hxwidgetsbright-gpu-74537
05/09/2022, 10:27 AM