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

bamtools_api_export.h not found #239

Open
wook2014 opened this issue Aug 5, 2024 · 2 comments
Open

bamtools_api_export.h not found #239

wook2014 opened this issue Aug 5, 2024 · 2 comments

Comments

@wook2014
Copy link

wook2014 commented Aug 5, 2024

I am using deML(https://github.com/grenaud/deML) and it relys bamtools. But after compile bamtools, the file 'bamtools_api_export.h' which required by api_global.h is not exist.

13 | #include "api/bamtools_api_export.h"

how can I solve the problem?

@wook2014
Copy link
Author

wook2014 commented Aug 5, 2024

I found that the file is in '../bamtools/build/src/api/' not '../bamtools/src/api'

@mwalker174
Copy link

I ran into this as well while building wham. As a quick workaround, I just copied the header to where it was expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants