Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Bug Killer on February 02, 2023, 12:14:45 pm

Title: Fix to build wxsDateTimePickerCtrl on Linux
Post by: Bug Killer on February 02, 2023, 12:14:45 pm
wxsDateTimePickerCtrl is excluded from build on Linux because wxsTimePickerCtrl.h refers to a misspelled include.

Fix :

replace #include <wxWidgets/wxsWidget.h>

with #include <wxwidgets/wxswidget.h>

wxSmithContribItems/Makefile.am must be modified to build wxsDateTimePickerCtrl.
Title: Re: Fix to build wxsDateTimePickerCtrl on Linux
Post by: BlueHazzard on February 02, 2023, 10:06:49 pm
Thanks for reporting.
Please post bugs in the source forge ticket system, so it wont get lost...
Title: Re: Fix to build wxsDateTimePickerCtrl on Linux
Post by: BlueHazzard on February 02, 2023, 11:07:04 pm
Fixed in  r13189 (https://sourceforge.net/p/codeblocks/code/13189/)
Thank you!