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?

Read More...