×

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

Bi-monthly release with minor bug fixes and improvements

PHD2: Settling failed event ignored

It's in KStars master now.
The following user(s) said Thank You: Wolfgang Reissenberger
4 years 9 months ago #40090

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

  • Posts: 969
  • Thank you received: 94

Ah, OK. But I still have to build it, right?
4 years 9 months ago #40091

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

  • Posts: 1185
  • Thank you received: 370
Looks good, no, there is no need to do with INDI.

Since Jasem has already committed my diff, you could directly use the master branch from kstars GitHub . And yes, you need to build it.
Last edit: 4 years 9 months ago by Wolfgang Reissenberger.
4 years 9 months ago #40092

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

Yes you can build it or wait for the nightly.
4 years 9 months ago #40093

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

  • Posts: 969
  • Thank you received: 94
Ubuntu 18.04 following the instructions here:
techbase.kde.org/Projects/Edu/KStars/Building_KStars_KF5

It fails here:
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find GSL (missing: GSL_INCLUDE_DIR GSL_LIBRARY GSL_CBLAS_LIBRARY)
(found version "")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindGSL.cmake:148 (find_package_handle_standard_args)
kstars/CMakeLists.txt:1100 (find_package)
-- Configuring incomplete, errors occurred!

Can anyone help please?
TIA
4 years 9 months ago #40103

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

  • Posts: 1957
  • Thank you received: 420
Have a look at the CMakeError.log. It will tell you exactly what the cause was. Usually a missing header file meaning that a -dev package is missing (despite the instructions on the KStars website).


HTH, Wouter
4 years 9 months ago #40106

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

  • Posts: 969
  • Thank you received: 94
Hi. I wish it did!
4 years 9 months ago #40108
Attachments:

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

  • Posts: 1957
  • Thank you received: 420
Yes it does:

/usr/bin/ld: cannot find -lpthreads

You need to install the libpthread-stubs0-dev package.
The following user(s) said Thank You: alacant
4 years 9 months ago #40112

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

  • Posts: 969
  • Thank you received: 94
Thanks. make has just completed:)
4 years 9 months ago #40114

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

All the building instructions are explained here: www.indilib.org/forum/general/210-howto-...st-libindi-ekos.html
The following user(s) said Thank You: alacant
4 years 9 months ago #40115

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

  • Posts: 969
  • Thank you received: 94
Thanks.
the last bit rom that link:
'To update the KStars source code in the future, just go KStars source directory (~/Projects/kstars) and type <strong>git pull</strong>. After the code is updated, go to the build/kstars directory and run <strong>sudo make install</strong>.'

Don't we need to call 'make' sometime before make install?
Cheers
Last edit: 4 years 9 months ago by alacant.
4 years 9 months ago #40125

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

  • Posts: 1185
  • Thank you received: 370
make install starts a build if necessary.
The following user(s) said Thank You: alacant
4 years 9 months ago #40145

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

Time to create page: 0.323 seconds