×

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

Bi-monthly release with minor bug fixes and improvements

Following git page but get: include directory not found (indi-eqmod example)

  • Posts: 9
  • Thank you received: 2
Debian 9

Following the instructions on the git page I compiled and installed indi without a hitch. Now I'm trying to follow the eqmod example but it says it can't find the indi include directory.
pat@192.168.0.105:~/projects/indi/build/indi-eqmod$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=D
ebug ../../3rdparty/indi-eqmod
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- 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
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /home/pat/projects/indi/cmake_modules/FindINDI.cmake:274 (message):
  Could not find INDI include directory
Call Stack (most recent call first):
  CMakeLists.txt:10 (find_package)
 
 
-- Configuring incomplete, errors occurred!
See also "/home/pat/projects/indi/build/indi-eqmod/CMakeFiles/CMakeOutput.log".

I was going to include the .log but it's huge. Instead I looked at the eqmod cmakelists.txt line 10 and that's
find_package(INDI REQUIRED)

I've looked and I don't see any steps I missed...
4 years 11 months ago #37427

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

You need to compile and install libindi first.
The following user(s) said Thank You: Pat
4 years 11 months ago #37438

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

  • Posts: 9
  • Thank you received: 2
Yes I figured out my idiotic mistake after I had a nap. I was following the instructions and when it went through the long cmake process I got something to eat. Came back and for some reason I assumed I'd finished that section. Unfortunately there doesn't seem to be a "cancel submitted post" available.
4 years 11 months ago #37453

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

Time to create page: 0.365 seconds