Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - justme

Pages: [1]
1
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!

Pages: [1]