-
Notifications
You must be signed in to change notification settings - Fork 1
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
prophyle : Unfinished, an error occurred (error code 1) during "make test" #17
Comments
Unfortunately, just from a screenshot like this nothing meaningful can be said. The relevant error message and command might be above the screenshot; the OS, type of computer, .... are not provided, etc. Might be related to something like a non-standard shell, but this would require a proper description and full log info. |
Sorry for not being clear last time, it was about the zlib.h that cannot be found. I am currently using Ubuntu 20.04. |
ProPhyle uses two C/C++ tools distributed in its directory, which use kseq to read FASTA files. For them to be compiled correctly, they require zlib as a dependency. The solution is to install the missing package through the Ubuntu package manager |
Seems like zlib have already be downloaded in my machine. I think this might be a similar issue with the "Cannot find zlib.h." thread. Do you have any guide to fix this as I have tried the solution from Arnie, but it does not seem to work? |
I would suggest to manually |
One additional suggestion. Go to the directory as described above, run |
The text was updated successfully, but these errors were encountered: