Author Topic: Fix to build wxsDateTimePickerCtrl on Linux  (Read 4976 times)

Offline Bug Killer

  • Multiple posting newcomer
  • *
  • Posts: 17
    • Railroad modelling hardware and software
Fix to build wxsDateTimePickerCtrl on Linux
« 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Fix to build wxsDateTimePickerCtrl on Linux
« Reply #1 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...

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Fix to build wxsDateTimePickerCtrl on Linux
« Reply #2 on: February 02, 2023, 11:07:04 pm »
Fixed in  r13189
Thank you!