I use gentoo ebuild for it. Error seems like one of those that new gcc versions are particularly picky about./var/tmp/portage/dev-util/codelite-9999/work/codelite-9999/wxcrafter/wxguicraft_main_view.cpp:1375:38: error: invalid use of non-static member function 'void GUICraftMainPanel::DoRefresh(int)'
1375 | CallAfter(GUICraftMainPanel::DoRefresh, eventType);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /var/tmp/portage/dev-util/codelite-9999/work/codelite-9999/wxcrafter/main.h:8,
from /var/tmp/portage/dev-util/codelite-9999/work/codelite-9999/wxcrafter/wxcrafter_plugin.h:8,
from /var/tmp/portage/dev-util/codelite-9999/work/codelite-9999/wxcrafter/wxguicraft_main_view.cpp:38:
/var/tmp/portage/dev-util/codelite-9999/work/codelite-9999/wxcrafter/wxguicraft_main_view.h:111:10: note: declared here
111 | void DoRefresh(int eventType);
I have no idea how to patch it , though...