Installation problem
Posted: Mon May 13, 2024 7:53 pm
Hi
I am trying to install Geopsy 3.5.2 on Ubuntu 22.04 and with Qt 6.2.4, which is available from the Ubuntu packages. I have the following error message if I run the making-process:
../../geopsypack-src-3.5.2/QGpCoreTools/src/EnumAsString.h:57:10: error: ‘QLatin1StringView’ was not declared in this scope; did you mean ‘QLatin1String’?
57 | QMap<QLatin1StringView, int> _synonyms;
| ^~~~~~~~~~~~~~~~~
| QLatin1String
../../geopsypack-src-3.5.2/QGpCoreTools/src/EnumAsString.h:57:32: error: template argument 1 is invalid
57 | QMap<QLatin1StringView, int> _synonyms;
| ^
The configuration before was without any warnings. Could the problem be a too old Qt-version? Which Qt-version would be recommendable?
I am trying to install Geopsy 3.5.2 on Ubuntu 22.04 and with Qt 6.2.4, which is available from the Ubuntu packages. I have the following error message if I run the making-process:
../../geopsypack-src-3.5.2/QGpCoreTools/src/EnumAsString.h:57:10: error: ‘QLatin1StringView’ was not declared in this scope; did you mean ‘QLatin1String’?
57 | QMap<QLatin1StringView, int> _synonyms;
| ^~~~~~~~~~~~~~~~~
| QLatin1String
../../geopsypack-src-3.5.2/QGpCoreTools/src/EnumAsString.h:57:32: error: template argument 1 is invalid
57 | QMap<QLatin1StringView, int> _synonyms;
| ^
The configuration before was without any warnings. Could the problem be a too old Qt-version? Which Qt-version would be recommendable?