Author Topic: Compiler errors during build of 2024.19 on Ubuntu 24.04  (Read 9329 times)

Offline justme

  • Newbie
  • *
  • Posts: 1
    • View Profile
Compiler errors during build of 2024.19 on Ubuntu 24.04
« on: December 20, 2024, 07:33:36 AM »
Good morning. I am trying to build xLights 2024.19 from the source on Ubuntu 24.04. I am receiving lots of errors similar to the following:

models/PolyPointScreenLocation.cpp: In member function ?virtual void PolyPointScreenLocation::AddDimensionProperties(wxPropertyGridInterface*, float) const?:
models/PolyPointScreenLocation.cpp:1875:41: error: ?ReadOnly? is not a member of ?wxPGPropertyFlags?
 1875 |     prop->ChangeFlag(wxPGPropertyFlags::ReadOnly, true);

"make" did install wxWidgets-xlights_2024.20, and wx-config --version displays 3.3.0.

Something went wrong somewhere, and I am just not finding it. I find it curious that xLights is 2024.19 and wxWidgets is 2024.20, but that is what github is offering right now.

Thanks for the assist!