Bug 435859 - Ekos is missing in the build from master
Summary: Ekos is missing in the build from master
Status: RESOLVED NOT A BUG
Alias: None
Product: kstars
Classification: Applications
Component: general (other bugs)
Version First Reported In: git
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-18 00:14 UTC by vtalaie
Modified: 2021-04-18 19:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vtalaie 2021-04-18 00:14:27 UTC
SUMMARY
I downloaded the master branch of the KStars from Git. Then built it successfully with "KDevelop". When I launch the newly built KStars, Ekos option is missing from the Tools menu option, Ekos is also missing from the "Avaialble actions" in the toolbar configuration dialog box.

STEPS TO REPRODUCE
1. Build Kstars from master
2. Run Kstars
3. Ekos is missing

OBSERVED RESULT
Ekos is missing from the build

EXPECTED RESULT
Ekos is available in the build

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 18.04
(available in About System)
KDE Plasma Version: 5.12.9
KDE Frameworks Version: 5.44.0
Qt Version: 5.9.5

ADDITIONAL INFORMATION
Comment 1 Jasem Mutlaq 2021-04-18 10:15:11 UTC
INDI is probably not detected, this is why.
Comment 2 vtalaie 2021-04-18 13:39:03 UTC
Do you mean INDI is not detected when I build the KStars project or INDI is not detected when I run the newly built KStars?

I am new to the KStars development environment and not familiar with how the project is organized. It almost appears that there is a build configuration setting that I am missing.

On the same exact machine I have KStars version 3.5.2 installed and the Ekos dialog box comes up in that KStars.

I appreciate your help to get me passed this issue. Hopefully as I get more familiar with the project I can pitch in and resolve bugs and test and perhaps work on enhancements of KStars.

My immediate need once I get passed this issue is to try to add a vertical scrollbar to the Ekos dialog box. I run KStars on a 1024x600 RPi4 and I cannot see the bottom part of the Ekos dialog box.
Comment 3 Jasem Mutlaq 2021-04-18 13:46:52 UTC
Make sure libindi-dev is install. On Ubuntu, you can run this:

sudo apt-get -y install libindi-dev
Comment 4 vtalaie 2021-04-18 18:55:31 UTC
Success!

Per your instructions I installed INDI development and rebuilt the KStars project. Now I can bring up the Ekos dialog box.

Thanks for all your help. You can close or reject this bug report as you see appropriate.