Bug 449731

Summary: Kstars build is failing because of StellarSolver
Product: [Applications] kstars Reporter: Paul <phomer60>
Component: generalAssignee: Rob <rlancaste>
Status: RESOLVED FIXED    
Severity: critical    
Priority: NOR    
Version First Reported In: git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Paul 2022-02-07 05:14:16 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
STEPS TO REPRODUCE
1. Build Stellarsolver
2. Build indi and indi-3rdparty
3. Build kstars

OBSERVED RESULT
[ 10%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/align/align.cpp.o
/home/pi/Projects/kstars/kstars/ekos/align/align.cpp: In member function ‘void Ekos::Align::startSolving()’:
/home/pi/Projects/kstars/kstars/ekos/align/align.cpp:2016:26: error: ‘class StellarSolver’ has no member named ‘setLoadWCS’
         m_StellarSolver->setLoadWCS(false);
                          ^~~~~~~~~~
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/build.make:1910: kstars/CMakeFiles/KStarsLib.dir/ekos/align/align.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1545: kstars/CMakeFiles/KStarsLib.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

EXPECTED RESULT
Finish successfully

SOFTWARE/OS VERSIONS
Raspberry Pi OS 32bit

ADDITIONAL INFORMATION
Comment 1 Rob 2022-02-07 23:44:13 UTC
Thanks, I put in a pull request that should fix this

​​​​​​​https://invent.kde.org/education/kstars/-/merge_requests/527
Comment 2 Rob 2022-03-19 14:39:59 UTC
Ok, I think this is fixed now