×

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

Bi-monthly release with minor bug fixes and improvements

indi-eqmod compiling fails AHPGT not found

  • Posts: 61
  • Thank you received: 10
Compiling indi-eqmod on openSUSE Tumbleweed fails like this:
edgar@Edgar-Desktop:~/astrostuff> mkdir -p ~/astrostuff/build/indi-eqmod &&\
> cd ~/astrostuff/build/indi-eqmod &&\
> cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ~/astrostuff/indi-3rdparty/indi-eqmod &&\
> sudo make -j4 install
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found INDI: /usr/local/lib64/libindidriver.so;/usr/local/lib64/libindiAlignmentDriver.so (found version "1.9.9") 
-- Found NOVA: /usr/lib64/libnova.so
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.12") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Found GSL: /usr/include (found version "2.6") 
-- Performing Test COMPATIBLE_FORTIFY_SOURCE
-- Performing Test COMPATIBLE_FORTIFY_SOURCE - Success
CMake Error at /home/edgar/astrostuff/indi-3rdparty/cmake_modules/FindAHPGT.cmake:52 (message):
  AHPGT not found.  Please install libahp_gt-dev
Call Stack (most recent call first):
  CMakeLists.txt:104 (find_package)

Looks like the fault comes in with the latest commit to indi-3rdparty (add GT Mount Driver)

What can I to?
1 year 4 months ago #88910

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

  • Posts: 969
  • Thank you received: 94
Hi everyone
Same here:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/indi-3rdparty/indi-eqmod
-- Found libnova: /usr/lib/x86_64-linux-gnu/libnova.so
CMake Error at /home/steve/Projects/indi-3rdparty/cmake_modules/FindAHPGT.cmake:52 (message):
AHPGT not found. Please install libahp_gt-dev
Call Stack (most recent call first):
CMakeLists.txt:104 (find_package)


-- Configuring incomplete, errors occurred!
1 year 4 months ago #88925

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

  • Posts: 61
  • Thank you received: 10
I found my fault:
I must build and install libahp-gt prior to indi-eqmod
Edgar
The following user(s) said Thank You: alacant
Last edit: 1 year 4 months ago by Edgar Scholz.
1 year 4 months ago #88926

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

Time to create page: 0.357 seconds