Code::Blocks incorrectly configures a wxWidgets 3.3 project when wxSTC is selected. The issue is that Code::Blocks should, among other things, link against libwxlexilla.a
, but it does not (as shown in the screenshot). Without libwxlexilla.a
, wxStyledTextCtrl does not work and results in error: ld returned 1 exit status
.
i'm using C::B svn 13710 on Win 11
Are you aware that you can actually edit the wizard your self, adjust and provide a patch?
would you be willing to do so?