Open wook2014 opened 3 months ago
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?
I found that the file is in '../bamtools/build/src/api/' not '../bamtools/src/api'
I ran into this as well while building wham. As a quick workaround, I just copied the header to where it was expected.
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.
how can I solve the problem?