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

libahp_xc doesn't install and indi-ahp-correlator fail to build #238

Closed
nouspiro opened this issue Nov 18, 2020 · 4 comments
Closed

libahp_xc doesn't install and indi-ahp-correlator fail to build #238

nouspiro opened this issue Nov 18, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@nouspiro
Copy link
Contributor

I am building latest indilib on my raspberry pi. Last week it started to fail building indi-ahp-correlator on undefined functions.
Turn out that ahp_xc.h that was installed in /usr/include/ahp was old version. Rebuilding didn't updated this header file. I must add these lines into IF(BUILD_LIBS) section so libahp_xc get installed during lib building phase and then indi-ahp-correlator can build correctly

#if (WITH_AHP_CORRELATOR)
add_subdirector(libahp_xc)
endif(WITH_AHP_CORRELATOR)

@nouspiro nouspiro added the bug Something isn't working label Nov 18, 2020
@knro
Copy link
Collaborator

knro commented Nov 18, 2020

@iliaplatone Can you please check?

@iliaplatone
Copy link
Contributor

I made a pull request, it now stops at astrolink build

@iliaplatone
Copy link
Contributor

The library was not being installed in CircleCI
PR is #240

@nouspiro
Copy link
Contributor Author

That merge request doesn't fix issue. It still doesn't build/install libahp_xc with BUILD_LIBS=1. Instead it get build/installed during normal driver build but then it still doesn't build indi-ahp-correlator

@knro knro closed this as completed in 9c2e983 Nov 20, 2020
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

3 participants