Created attachment 115173 [details] Error log SUMMARY CMAKE is failing on Raspbian. STEPS TO REPRODUCE 1. git pull under the indi/kstars directory 2. CAME under the indi/build/kstars directory cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../kstars EXPECTED RESULT ACTUAL RESULT SOFTWARE VERSIONS (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I have now resolved this issue by removing the kstars pull directory, clearing the build directory and running git clone, cmake, make and make install and it is now building without errors.