-
Notifications
You must be signed in to change notification settings - Fork 51
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
installation problem #10
Comments
Yep, edit the Makefile, and delete "-Werror" On Apr 23, 2013, at 11:50 PM, sourav8888 [email protected] wrote:
|
but ... how about this one cc -c -Wall -O0 -g -std=c99 SeqPrep.c -o SeqPrep.o |
Looks like you need to install libz on your system.
…On Sun, Aug 27, 2017 at 1:20 AM SuperPz ***@***.***> wrote:
but ... how about this one
cc -c -Wall -O0 -g -std=c99 SeqPrep.c -o SeqPrep.o
In file included from SeqPrep.c:10:0:
utils.h:7:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
make: *** [SeqPrep.o] Error 1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAcBBgZwu3ZQFIffAP7PP7wI_-MoZIxtks5scSbpgaJpZM4AmnnW>
.
|
Hi! Just wondering if I can just ask the same problem like them above in this thread. How about this --> cc -c -Wall -O0 -g -std=c99 SeqPrep.c -o SeqPrep.o And does Error 1 and Error 2 differ? Thank you for your time! |
Hi,
I am trying to install SeqPrep in my Dell server. But It is giving error as
gcc -c -Wall -Werror -O0 -g SeqPrep.c -o SeqPrep.o
SeqPrep.c: In function ‘main’:
SeqPrep.c:136:8: error: variable ‘print_overhang’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make: *** [SeqPrep.o] Error 1
Any suggestion to overcome this situaion.
The text was updated successfully, but these errors were encountered: