Guillem replied to the topic 'Can't open ekos in kstars' in the forum. 7 years ago

Yes, i use cmake with -DCMAKE_INSTALL_PREFIX=/usr both for libindi and kstars.

When compiling and installing libindi everythings seems ok to me:

(...)
[ 99%] Built target indi_paramount_telescope
[100%] Built target indi_gemini_focus
Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/bin/indiserver
-- Installing: /usr/lib/x86_64-linux-gnu/libindiclient.a
-- Installing: /usr/include/libindi/baseclient.h
-- Installing: /usr/lib/x86_64-linux-gnu/libindidriver.a
-- Installing: /usr/lib/x86_64-linux-gnu/libindidriver.so.1.5.0
-- Installing: /usr/lib/x86_64-linux-gnu/libindidriver.so.1
-- Installing: /usr/lib/x86_64-linux-gnu/libindidriver.so
-- Installing: /usr/bin/indi_imager_agent
-- Set runtime path of "/usr/bin/indi_imager_agent" to ""
(...)

The libraries seem to be there:
xxx@yyy:~$ ls -l /usr/lib/x86_64-linux-gnu/libindidriver.so.1.5.0 /usr/lib/x86_64-linux-gnu/libindiclient.a
-rw-r--r-- 1 root root 5467400 oct 12 18:18 /usr/lib/x86_64-linux-gnu/libindidriver.so.1.5.0
-rw-r--r-- 1 root root 1310550 oct 12 18:18 /usr/lib/x86_64-linux-gnu/libindiclient.a

Later, when doing cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../kstars/ :
(...)
-- Checking for module 'libindi'
--   Found libindi, version 1.5.0
-- Found INDI: , /usr/include/libindi
-- Found INDI Client Library: /usr/lib/x86_64-linux-gnu/libindiclient.a
-- Found INDI: /usr/lib/x86_64-linux-gnu/libindiclient.a, /usr/include/libindi
(...)

When compiling, I'm not under the impression it's compiling anything ekos-related.

Also, I can't see references to anything indi in the executable:
xxx@yyy:~$ ldd /usr/bin/kstars|grep -i indi
xxx@yyy:~$ 

¿Anything else I can check?

Thank you.

Read More...