Hi, i work on Ticket 617
https://sourceforge.net/p/codeblocks/tickets/617/On linux i use the default wxWidgets provided by the distribution (mint, wxWidgets gtk3-unicode-3.1 ) but it does seem, that the wxStyledTextCtrl is not provided with the libraries?
I get
undefined reference to `wxStyledTextCtrl::~wxStyledTextCtrl()'
ecc...
i searched for the stc library, but it does seem that it is not provided by the distribution.
Do we require, that the wxWidgets installation on linux is self compiled, or provided by the operating system?
If the second, i will fix this ticket only for windows and leave linux alone.... Or am i missing something?