indi-sx does not compile (does not find fitsio.h), cfitsio missing in CMakeLists.txt. The attached patch fixes the issue and everything compiles fine :)
What distro/architecture are you getting this issue? indi-sx depends on libindi, which requires libcfitsio and should be installed before indi-sx is compiled. I never faced such compiling issue before.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fedora 20 x86_64, cfitsio-devel is in installed. The problem seem to be, that cmake doesn't add the include path for cfitsio when the mentioned patch isn't applied. So compiling of indi-sx fails, although cfitsio-devel is installed. The patch says "Look for cfitsio and add it to the includes". Maybe there is a difference in cmake versions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What distro/architecture are you getting this issue? indi-sx depends on libindi, which requires libcfitsio and should be installed before indi-sx is compiled. I never faced such compiling issue before.
Fedora 20 x86_64, cfitsio-devel is in installed. The problem seem to be, that cmake doesn't add the include path for cfitsio when the mentioned patch isn't applied. So compiling of indi-sx fails, although cfitsio-devel is installed. The patch says "Look for cfitsio and add it to the includes". Maybe there is a difference in cmake versions?
Does this only affect ind-sx, or also the other CCD drivers like indi-sbig, indi-qsi...etc ?
Only indi-sx. I also checked the CMakeLists.txt files of the other CCD drivers, they already contain the cfitsio lines.
Ok patch comitted, thanks!