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

libqhy: missing "config.h" header file #570

Closed
maclomhair opened this issue Apr 19, 2022 · 2 comments
Closed

libqhy: missing "config.h" header file #570

maclomhair opened this issue Apr 19, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@maclomhair
Copy link

Describe the bug
In the bundled libqhy QHYCCD SDK, one header file seems to be missing: config.h, which is referenced by other header files. Maybe it also works without it, since it consists only of a couple of lines, but still gcc complains.

Is there a specific reason not to include this file?

To Reproduce
Look at libqhy/qhyccd.h and see that "config.h" is included, but not provided. Compiling the test application fails using the Makefile and the so installed library because of the missing config.h

Expected behavior
"config.h" is bundled as well

Desktop (please complete the following information):

  • OS: Arch Linux
  • Version: 2022-04-19
@maclomhair maclomhair added the bug Something isn't working label Apr 19, 2022
@knro
Copy link
Collaborator

knro commented Nov 16, 2022

INDI QHY driver can be linked just fine against libqhy, so how come it does not fail if that file is missing?

@maclomhair
Copy link
Author

The INDI QHY driver seems to have a config.h file on its own which is then used - I haven't tested that, though.

@knro knro closed this as completed Feb 21, 2023
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

2 participants