×

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

Bi-monthly release with minor bug fixes and improvements

New drivers profiles in Ekos

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

I updated just now and didnt see any change.
7 years 11 months ago #8164

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

KStars version is now 2.6.0 and available for 15.10+. PPA ok in your system?
The following user(s) said Thank You: Derek
7 years 11 months ago #8165

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

  • Posts: 2255
  • Thank you received: 223
I confirm that Kstars is now 2.6.0 and running on my 16.04 LTS vm box.
indi@indi-VirtualBox:~$ dpkg -l | grep kstars
ii  kstars-bleeding                                 5:16.04+r5727.253~ubuntu16.04.1            amd64        desktop planetarium for KDE
ii  kstars-bleeding-data                            5:16.04+r5727.253~ubuntu16.04.1            all          data files for KStars desktop planetarium
indi@indi-VirtualBox:~$ 
7 years 11 months ago #8166

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

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Jasem,
Thanks!, yes there was something wrong with my repositories. A known issue with google's chrome repo (askubuntu.com/questions/766883/there-is-...1397bc53640db551-goo) which prevented me getting any updates...

I got the update and have the profiles now. Looks good. I found I have to recompile my custom indi-drivers. Getting an error on recompilation related to the LOGGER.
Will have a look tomorrow (too sleepy now )

Derek
7 years 11 months ago #8170

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

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Any ideas as to why I cant recompile my driver? I've probably done something stupid again :blush:
dokeeffe@observatory-1:~/Code/ip-focuser/indi-driver/build$ sudo rm * -rf;cmake -DCMAKE_INSTALL_PREFIX=/usr ../indi-ipfocuser/;sudo make install
-- The CXX compiler identification is GNU 4.9.3
-- The C compiler identification is GNU 4.9.3
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
-- checking for module 'libindi'
--   found libindi, version 1.2.0
-- Found INDI: /usr/include/libindi (found version "1.2.0") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dokeeffe/Code/ip-focuser/indi-driver/build
Scanning dependencies of target indi_ipfocuser
[ 50%] Building CXX object CMakeFiles/indi_ipfocuser.dir/ipfocuser.o
[100%] Building CXX object CMakeFiles/indi_ipfocuser.dir/gason.o
Linking CXX executable indi_ipfocuser
CMakeFiles/indi_ipfocuser.dir/ipfocuser.o: In function `IpFocus::Connect()':
ipfocuser.cpp:(.text+0x389): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x4e5): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x56a): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x72c): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
ipfocuser.cpp:(.text+0x7c8): undefined reference to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)'
CMakeFiles/indi_ipfocuser.dir/ipfocuser.o:ipfocuser.cpp:(.text+0x875): more undefined references to `INDI::Logger::print(char const*, unsigned int, std::string const&, int, char const*, ...)' follow
collect2: error: ld returned 1 exit status
CMakeFiles/indi_ipfocuser.dir/build.make:111: recipe for target 'indi_ipfocuser' failed
make[2]: *** [indi_ipfocuser] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/indi_ipfocuser.dir/all' failed
make[1]: *** [CMakeFiles/indi_ipfocuser.dir/all] Error 2
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
dokeeffe@observatory-1:~/Code/ip-focuser/indi-driver/build$ 
7 years 11 months ago #8176

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

Any link to your sources?
7 years 11 months ago #8178

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

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Yes its here github.com/dokeeffe/ip-focuser
inside the indi-driver dir.
7 years 11 months ago #8179

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

It builds fine here. The only warning I got is auto_ptr, replace it with unique_ptr like we did in INDI drivers. I suspect you have an older version of INDI somewhere, did you check /usr/local/lib ? or even /usr/lib if you compiled and installed INDI manually before. Delete the build directory for your focuser and run cmake again
The following user(s) said Thank You: Derek
7 years 11 months ago #8182

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

  • Posts: 456
  • Thank you received: 76

Replied by Derek on topic New drivers profiles in Ekos

Thanks Jasem,

Yes I think you are right. I can build it on another machine with the same os version and indi & kstars-bleeding versions.
Something is messed up on my observatory's PC....

Derek
7 years 11 months ago #8183

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

Time to create page: 0.189 seconds