Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FITSRecord is not a member of INDI #721

Closed
justanenduser opened this issue Feb 7, 2023 · 2 comments
Closed

FITSRecord is not a member of INDI #721

justanenduser opened this issue Feb 7, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@justanenduser
Copy link

Describe the bug
I have successfully updated, built and installed indi with a git pull done 02/06/2023 @ 1900 MST.
I have successfully updated indi-3rdparty with a git pull done -2/06/2023 @ 1920 MST, however multiple attempts to build the 3rd-party drivers produce the error message /home/gary/Downloads/indi-3rdparty/indi-qhy/qhy_ccd.h:91:75: error: ‘FITSRecord’ is not a member of ‘INDI’
91 | void addFITSKeywords(INDI::CCDChip *targetChip, std::vectorINDI::FITSRecord &fitsKeywords) override; FITSRecord is not a member of INDI.

I have given up after running into this error on indi_gphoto_ccd, indi_qsi_ccd, indi_atik_ccd, indi_toupcam_ccd, indi_inovaplx_ccd, indi_mi_ccd and finally indi_asi_ccd.

Select one or more drivers vi CMakeLists.txt
Remove CMakeCache.txt
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .
make
... you will encounter the error ...

Expected behavior
A clean build of selected drivers

Desktop (please complete the following information):
A fully up-to-date 64 bit Fedora 37 on aarch64

@justanenduser justanenduser added the bug Something isn't working label Feb 7, 2023
@justanenduser
Copy link
Author

Does this problem relate to int64 vs uint64 as declared and used in /indi/libs/indibase/fitskeyword.h and fitskeyword.cpp?

@justanenduser
Copy link
Author

With todays OS and INDI updates, the problems have been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant