-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error while installing hmmer with Cygwin64 #336
Comments
Hello. We don't officially support HMMER on Windows, so I don't have
concrete answers for you. The errors you're getting suggest that something
has gone wrong in the process of building HMMER (make), but it's tough to
tell what.
Other people have had trouble getting HMMER to build on Cygwin, so it's not
surprising that you're having problems. We have had better luck getting
HMMER to build and run under Windows Subsystem for Linux (WSL). Typically,
that just requires setting up WSL and installing the base development
packages to get HMMER to build and run.
…-Nick
On Thu, Jan 16, 2025 at 1:09 PM phantasm-21 ***@***.***> wrote:
I was downloading hmmer using Cygwin64
Following the downloading steps I reached the step of the command "Make".
It runs. Then when I do "Make check" the following errors occurs.
make[2]: ./../devkit/sqc: No such file or directory
make[2]: * [Makefile:34: check] Error 127
make[1]: * [Makefile:544: check] Error 2
make: * [Makefile:117: check] Error 2
and Suppose I ignore the make check step( it was optional as per the video
I was following), later I faced "hmmbuild error" were it says no such
command found. Please help me out. Thank You.
—
Reply to this email directly, view it on GitHub
<#336>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDJBZH5DRLMCQ3G3XYNAXT2K7YWXAVCNFSM6AAAAABVKGZ6Q6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG44TGNBSG44TMMI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The failure in If you get (HMMER should actually work fine under Cygwin, but as Nick said, we'd recommend using the WSL instead for HMMER on Windows systems.) |
I was downloading hmmer using Cygwin64
Following the downloading steps I reached the step of the command "Make". It runs. Then when I do "Make check" the following errors occurs.
make[2]: ./../devkit/sqc: No such file or directory
make[2]: * [Makefile:34: check] Error 127
make[1]: * [Makefile:544: check] Error 2
make: * [Makefile:117: check] Error 2
and Suppose I ignore the make check step( it was optional as per the video I was following), later I faced "hmmbuild error" were it says no such command found. Please help me out. Thank You.
The text was updated successfully, but these errors were encountered: