Bug 449731 - Kstars build is failing because of StellarSolver
Summary: Kstars build is failing because of StellarSolver
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (other bugs)
Version First Reported In: git
Platform: Other Linux
: NOR critical
Target Milestone: ---
Assignee: Rob
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-07 05:14 UTC by Paul
Modified: 2022-03-19 14:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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