Сodeblocks is switched to wx 3.1.5 https://forums.codeblocks.org/index.php/topic,3299.0.html Reproducible: Always
The codeblocks-20.03 required wxwidgets-3.1.4 on release. But addition of wxwidgets-3.1.x dev branch to portage tree isn't planning. The current build issue is due to added patch https://sourceforge.net/p/codeblocks/code/HEAD/ . Without it codeblocks-9999 successfully built. Maybe the build issue could be resolved by including wx/vscroll.h into src/loggers.cpp or smth. like.
https://sourceforge.net/p/codeblocks/tickets/1092/#f22e From the linked comment by Teodor Petrov: > Fails to build on linux when targeting wxWidgets 3.0.5: > loggers.cpp: In member function ‘virtual void ListCtrlLogger::Append(const wxString&, Logger::level)’: > loggers.cpp:371:19: error: ‘class wxListCtrl’ has no member named ‘IsVisible’ > 371 | if (!control->IsVisible(idx -1)) | ^~~~~~~~~ > It seems IsVisible has been added in 3.1.3: > https://docs.wxwidgets.org/trunk/classwx_list_ctrl.html#a2afa655c59b4e0b36ca1ebdd3b629ba2 Waiting for decision of upstream.
fixed by upstream at r12483