×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

latest git: EKOS is missing

  • Posts: 969
  • Thank you received: 94
How do I call EKOS?
Any ideas anyone? 
 
2 years 10 months ago #71698
Attachments:

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

  • Posts: 111
  • Thank you received: 40
Latest kstars (git master) requires at least INDI version 1.9.1

[thomas@x230 ~/dev/astronomy/kstars/kstars]$ grep -rn "find_package(INDI 1.9.1)" CMakeLists.txt
206: find_package(INDI 1.9.1)

otherwise INDI support (EKOS) is not included. That is, kstars is compiled without INDI+EKOS


-- The following OPTIONAL packages have not been found:

* INDI (required version >= 1.9.1), Astronomical instrumentation control, <www.indilib.org>
Support for controlling astronomical devices on Linux with KStars.

-- Configuring done
-- Generating done

Compile/install latest (git master) INDI and then you can compile kstars with INDI/EKOS support
The following user(s) said Thank You: alacant
2 years 10 months ago #71702

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

  • Posts: 969
  • Thank you received: 94

Replied by alacant on topic latest git: EKOS is missing

Thanks for the message.
OK. So I can't build the git against the stable indi libraries. What a pity.

Unfortunately, I only have one machine ATM.
So question:
Will the stable kstars run with indi 1.9.1?
TIA
Last edit: 2 years 10 months ago by alacant.
2 years 10 months ago #71711

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

  • Posts: 111
  • Thank you received: 40
Well, you could also try to modify in file CMakeLists.txt the entry:

find_package(INDI 1.9.1)

to

find_package(INDI 1.8.9)

or some prior version and see whether it works as expected.
2 years 10 months ago #71712

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

  • Posts: 969
  • Thank you received: 94

Replied by alacant on topic latest git: EKOS is missing

Hi
OK. Even easier: both stable and git kstars build and run against the latest indi from git.
Cheers
2 years 9 months ago #71722

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

  • Posts: 8
  • Thank you received: 0

Replied by Dan on topic latest git: EKOS is missing

Hello!

For anyone else following along at home like me who was wondering where the `v1.9.1` version of INDI could be found: it is not currently a tagged release.
As far as I can tell, it just seems to be whatever is available in the master branch beyond the `v1.9.0` tag.

When I compiled against the following INDI and INDI 3rd Party commits, I got Ekos to show up in KStars:
Last edit: 2 years 9 months ago by Dan. Reason: Fixed links and bullet points
2 years 9 months ago #71916

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

Time to create page: 0.496 seconds