×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Unlinked Stellarsolver libraries while building KStars

  • Posts: 1309
  • Thank you received: 226
Kstars did complete. It's running now.
GSC is just for simulator camera. Good for troubleshooting, but not critical.
1 year 6 months ago #86588

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
Well that was easy! :P

Now you know how to build KStars (and family) when you upgrade to a faster single board computer, like an ODroid N2+, for example. B)
1 year 6 months ago #86590

Please Log in or Create an account to join the conversation.

  • Posts: 351
  • Thank you received: 109
Yes GCS can be skipped. You need it only to get stars when using simulators. Otherwise it is no needed.
1 year 6 months ago #86591

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226
Yes. But I still want it.
1 year 6 months ago #86592

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
I had a little time to look into this. It isn't trying to build GSC. That's already complete. It's trying to build the next thing in the list, which is PHD2. And it tries to install libwxgtk3.0-dev in preparation for building PHD2.

Modify the apt-get around line 896 in the script, and change it to the new updated package name, and try that.
1 year 6 months ago #86594

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226
I understand why it might look like that to you as I only shared a small excerpt from the terminal as it was running the script. But I can assure you it is indicative of GSC not being compiled. I believe it says GSC is already installed due to it having been present before the upgrade to Bullseye, and the fact that the images produced by the simulator are currently corrupted.
And I also see no new build directory for GSC. Furthermore I saw PHD2 compile properly, and it runs fine.
Maybe there are also some other things I need to clean up first.
1 year 6 months ago #86597

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
In a way we are both right. The script is skipping the build of GSC because it thinks it's already installed. Delete the /usr/share/GSC folder to force it to rebuild GSC.

GSC does not depend on the wxgtk library. That is strictly for PHD2. The fact that you manually installed the necessary library is probably why PHD2 built fine, even though the script complains about missing the wxgtk library. I'd still update the script as I mentioned.
1 year 6 months ago #86598

Please Log in or Create an account to join the conversation.

  • Posts: 1309
  • Thank you received: 226
Thanks. I believe you are correct. Going to work on it some more later.
Now, I just hope PHD2 is ok.
1 year 6 months ago #86599

Please Log in or Create an account to join the conversation.

Time to create page: 0.367 seconds