×

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

Bi-monthly release with minor bug fixes and improvements

indi build cmake is producing an error

  • Posts: 437
  • Thank you received: 31
Is this something I have set up wrong or is it a problem with the build?

Raspberry Pi OS Bullseye 64bit - trying to see if existing problems have been fixed.

~/Projects/build/indi-core $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/indi
CMake Error at cmake_modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find Libev (missing: LIBEV_LIBRARY LIBEV_INCLUDE_DIR)
Call Stack (most recent call first):
cmake_modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindLibev.cmake:36 (find_package_handle_standard_args)
CMakeLists.txt:154 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/Projects/build/indi-core/CMakeFiles/CMakeOutput.log".
See also "/home/pi/Projects/build/indi-core/CMakeFiles/CMakeError.log".

Paul
1 year 9 months ago #83820

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

  • Posts: 1208
  • Thank you received: 559
Try this then re-run cmake and rebuild:
sudo apt install libev-dev

Hy
1 year 9 months ago #83822

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

  • Posts: 437
  • Thank you received: 31
Hy,

Thanks, that worked after installing the update and then rebuilding indi, I was able to build indi-qsi.

Unfortunately, kstars/indi still aborts after taking a first image on my QSI camera, so I cannot yet use Bullseye.

Paul
Last edit: 1 year 9 months ago by Paul. Reason: added testing finformation.
1 year 9 months ago #83823

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

  • Posts: 437
  • Thank you received: 31
Kstars is now compiling under Bullseye so happy to start testing it.

Paul
1 year 7 months ago #85097

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

Time to create page: 0.446 seconds