-
Notifications
You must be signed in to change notification settings - Fork 70
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
Problem installing hmmers #287
Comments
This looks like a portability problem ( Meanwhile we'll fix this in a future release. Let me know if the workaround works in the meantime. Thanks for reporting it! |
If you don't have a particular reason to be using Cygwin, you might try
Windows Subsystem for Linux instead as an alternate approach. I've found
that to work well.
…-Nick
On Wed, Oct 12, 2022 at 4:50 PM edzeta ***@***.***> wrote:
Hi,
I am trying to install hmmer-3.3.2 using cygwim on windows. Unfortunately,
there is a problem whenever I use made. I get the following error message:
$ make SUBDIR easel SUBDIR miniapps SUBDIR libdivsufsort SUBDIR src SUBDIR
impl_sse CC makehmmerdb.o makehmmerdb.c: In function ‘main’:
makehmmerdb.c:378:14: error: storage size of ‘ts1’ isn’t known 378 | struct
tms ts1, ts2; | ^~~ makehmmerdb.c:378:19: error: storage size of ‘ts2’
isn’t known 378 | struct tms ts1, ts2; | ^~~ makehmmerdb.c:473:8: warning:
implicit declaration of function ‘times’; did you mean ‘time’?
[-Wimplicit-function-declaration] 473 | t1 = times(&ts1); | ^~~~~ | time
make[1]: *** [Makefile:278: makehmmerdb.o] Error 1 make: *** [Makefile:92:
all] Error 2
Does anybody know what could be the issue here?
Thanks in advance!
—
Reply to this email directly, view it on GitHub
<#287>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDJBZFUDV7RZP4Z4V3KP3LWC4QC7ANCNFSM6AAAAAARDUXOGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks it solved the problem! The code compile without any problem, including the Tutorial. |
Hi,
I am trying to install hmmer-3.3.2 using cygwim on windows. Unfortunately, there is a problem whenever I use
made
. I get the following error message:$ make SUBDIR easel SUBDIR miniapps SUBDIR libdivsufsort SUBDIR src SUBDIR impl_sse CC makehmmerdb.o makehmmerdb.c: In function ‘main’: makehmmerdb.c:378:14: error: storage size of ‘ts1’ isn’t known 378 | struct tms ts1, ts2; | ^~~ makehmmerdb.c:378:19: error: storage size of ‘ts2’ isn’t known 378 | struct tms ts1, ts2; | ^~~ makehmmerdb.c:473:8: warning: implicit declaration of function ‘times’; did you mean ‘time’? [-Wimplicit-function-declaration] 473 | t1 = times(&ts1); | ^~~~~ | time make[1]: *** [Makefile:278: makehmmerdb.o] Error 1 make: *** [Makefile:92: all] Error 2
Does anybody know what could be the issue here?
Thanks in advance!
The text was updated successfully, but these errors were encountered: