Hi.
The "Todo plugin" related modifications introduced an impossibility to make the builds on OS X.
To make it work, I just had to add the forward declaration of
wxCheckBox in
src/plugins/todo/todolistview.h :
......
class wxComboBox;
class wxButton;
/* Forward declaration of wxCheckBox to enable the build on OS X */
class wxCheckBox;
class wxPanel;
class wxStaticText;
......
OS X version of this rev can be downloaded from my
Google Drive.
There is a specific dmg file for versions 10.15 and 11.6 of the OS.
Note that these are not notarized versions of the application.
32 bits version for Windows can also be found in the same place.
Debian Buster and Bullseye (32 and 64 bits) can be installed from
my repo.
Regards
Xav'