Vincent LaBella
Vincent LaBella
Both Qt and gs have been updated from 4.3.0 to 4.3.3 so it is probably something with one of those libraries. Vince From: porteusconf ***@***.***> Sent: Thursday, October 13, 2022...
I built a new version of GLE with qt 5.15.6 and gs 10.0. I posted it on sourceforge here https://sourceforge.net/projects/glx/files/gle/4.3.4 - Let me know if this fixes the issue.
This sounds like a Qt issue. I did not write the GUI and don’t have much experience there. I have updated the Qt library regularly with the past few versions,...
Thanks for continuing the effort on this. It seems like it is a Qt issue. Are all 4 macs intel?
I did not know that about macOS and opengl. I am not the original author of the gui and not a Qt or macOS expert either. Shouldn't this all be...
Option EXTRA_GSLIB_SEARCH_LOCATION has been added to the cmake file to specify extra search location in src/gui/qgslibloader.cpp. it needs testing.
closing issue. Assumed fixed with new cmake option
removed __MAC__ __OSX__ __MACOS__ unsure about eliminating __UNIX__. is this defined on linux platforms??
all have been removed from being defined. `__unix__`, `_WIN32`, and `__APPLE__` are used throughout the code to identify the target platform, respectively.
the CMP0167 policy has been commented out and will be turned on at a later date.