Replies: 4 comments 8 replies
-
Debian provides this file in |
Beta Was this translation helpful? Give feedback.
-
File CMakeCache.txt in stellarium/build/unix/ directory contains lines: //Define whether the Scenery3d plugin should be created. Is this ok? Does that setting cause Qt Qml errors? And which process produces CMakeCache.txt file? |
Beta Was this translation helpful? Give feedback.
-
You can try to deselect all optional parts, plugins ( |
Beta Was this translation helpful? Give feedback.
-
Thank you helping me! I found libquick3dspatialaudioplugin.so from Ubuntun package qml6-module-qtquick3d-spatialaudio. Then cmake worked without errors and compilation produced Stellarium verison 23.1.117-96f9d30 [master]. It's compiled today 27th April 2023. Next task to me could be to see Stellarium code observe list exporting and importing. And I can try to solve that. But I am not very competent of Stellarium code. :) I think that he who has coded Stellarium, does it much more efficiently and quickly. |
Beta Was this translation helpful? Give feedback.
-
I just updated Kubuntu 22.10 -> 23.04. When I tried to compile Stellarium on my computer
$ cmake -DCMAKE_INSTALL_PREFIX=/opt/stellarium ../..
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt6Qml/QmlPlugins/Qt6qtchartsqml2Targets.cmake:96 (message):
The imported target "Qt6::qtchartsqml2" references the file
but this file does not exist.
That file is not in Kubuntu's apt repository too. With Kubuntu 22.10 compiling was succesfull.
Beta Was this translation helpful? Give feedback.
All reactions