News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Fix to build wxsDateTimePickerCtrl on Linux

Started by Bug Killer, February 02, 2023, 12:14:45 PM

Previous topic - Next topic

Bug Killer

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.

BlueHazzard

Thanks for reporting.
Please post bugs in the source forge ticket system, so it wont get lost...

BlueHazzard