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

installation problem #10

Open
sourav8888 opened this issue Apr 24, 2013 · 4 comments
Open

installation problem #10

sourav8888 opened this issue Apr 24, 2013 · 4 comments

Comments

@sourav8888
Copy link

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.

@jstjohn
Copy link
Owner

jstjohn commented Apr 24, 2013

Yep, edit the Makefile, and delete "-Werror"

On Apr 23, 2013, at 11:50 PM, sourav8888 [email protected] wrote:

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.


Reply to this email directly or view it on GitHub.

@SuperPz
Copy link

SuperPz commented Aug 27, 2017

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

@jstjohn
Copy link
Owner

jstjohn commented Aug 27, 2017 via email

@bahiyahazli
Copy link

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
process_begin: CreateProcess(NULL, cc -c -Wall -O0 -g -std=c99 SeqPrep.c -o SeqPrep.o, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [SeqPrep.o] Error 2

And does Error 1 and Error 2 differ?

Thank you for your time!

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

4 participants