You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
I try to compile PI on an opensuse Tumbleweed system. It fails compiling src/widgets/controls/controlwidget.cpp:
/usr/include/CCfits/CCfits.h:13:10: fatal error: fitsio.h: No such file or directory
Reason is the make call does not use the cfitsio/ccfits CFLAGS "-D_REENTRANT -I/usr/include/cfitsio"
Same happens for src/image_handlers/output_writers/imagefilewriter.cpp
I try to compile PI on an opensuse Tumbleweed system. It fails compiling src/widgets/controls/controlwidget.cpp:
/usr/include/CCfits/CCfits.h:13:10: fatal error: fitsio.h: No such file or directory
Reason is the make call does not use the cfitsio/ccfits CFLAGS "-D_REENTRANT -I/usr/include/cfitsio"
Same happens for src/image_handlers/output_writers/imagefilewriter.cpp