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

compile error: fatal error: test/testdata.h: No such file or directory #16

Open
Yunxia-li opened this issue Nov 20, 2019 · 1 comment
Open

Comments

@Yunxia-li
Copy link

$ install.sh
$ In file included from src/seedsLinking.cpp:1:0:
src/seedsLinking.h:5:27: fatal error: test/testdata.h: No such file or directory
#include "test/testdata.h"
^
compilation terminated.

Why? I had install quorum kmc though anaconda , but I still got the error message.

Please let me know where is the problem?

Thanks

@morispi
Copy link
Owner

morispi commented Nov 21, 2019

Hello,

Did you install HG-CoLoR through bioconda/anaconda too? Unfortunately, I do not maintain the *conda versions myself, so I'm not sure what's been made available through them.

Seems like the compiler is looking for a "test/testdata.h" that it cannot find through your PATH. This file should come from the PgSA library that has to be installed in order for HG-CoLoR to run.

Could you maybe try to clone the HG-CoLoR git repository, and run the install.sh script from there? Normally, it should take care of everything.

Cheers,
Pierre

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