GuLinux/PlanetaryImager

make install error

franky384 opened this issue · 2 comments

I get this install error after compiling on ubuntu 18.04 amd64:
CMake Error at src/drivers/qhy/cmake_install.cmake:73 (file):
file INSTALL cannot find
"/home/franky/Development/PlanetaryImager/src/drivers/qhy/QHYCCD_Linux/85-qhy.rules".
Call Stack (most recent call first):
src/drivers/cmake_install.cmake:44 (include)
src/cmake_install.cmake:102 (include)
cmake_install.cmake:51 (include)

there is no /QHYCCD_Linux directory in src/drivers/qhy. compiling worked without errors, but make install failes with this error.

Hi,
at the moment QHY drivers should be disabled by default, there's some work to be done to integrate the new QHY SDK into PlanetaryImager (and the old one is not supported.
Hopefully I should be able to integrate the new SDK soon enough.

If you don't have a QHY camera but you built QHY drivers by mistake you can disable them using the -DBUILD_DRIVER_qhy=Off in cmake.

Also please go to the Releases section in github, I just installed a Travis CI pipeline to automatically create packages from master at every new PR merge, so you shouldn't need to compile manually anymore

Hi,
In case you were waiting support for QHY cameras, it has just been merged into master (and binary packages are available)