snap installation error

snap installation error

1

Hello everybody

I want to annotate the genomes of fungi and I wanted to install snap, I already installed on ubuntu. now i’m working on debian, the installation stops that i did “make” i get an installation error below :

root@debian:software/snap# make

make gcc
make[1] : on entre dans le répertoire « /software/snap »
cd Zoe; make;
make[2] : on entre dans le répertoire « /software/snap/Zoe »
make gcc
make[3] : on entre dans le répertoire « /software/snap/Zoe »
make zoe-loop CC=”gcc” CFLAGS=”-O2 -Wall -Werror”
make[4] : on entre dans le répertoire « /software/snap/Zoe »
gcc -O2 -Wall -Werror -c -o zoe-loop.o zoe-loop.c
gcc -O2 -Wall -Werror -c -o zoeAlignment.o zoeAlignment.c
zoeAlignment.c: In function ‘zoeHSPCmpQuery’:
zoeAlignment.c:678:50: error: self-comparison always evaluates to false [-Werror=tautological-compare]
else if (h1->q_start > h2->q_start && h2->q_end > h2->q_end) return 1;
^
zoeAlignment.c: In function ‘zoeHSPCmpSbjct’:
zoeAlignment.c:684:50: error: self-comparison always evaluates to false [-Werror=tautological-compare]
else if (h1->s_start > h2->s_start && h2->s_end > h2->s_end) return 1;
^
cc1: all warnings being treated as errors
Makefile:110 : la recette pour la cible « zoeAlignment.o » a échouée
make[4]: * [zoeAlignment.o] Erreur 1
make[4] : on quitte le répertoire « /software/snap/Zoe »
Makefile:95 : la recette pour la cible « gcc » a échouée
make[3]:
[gcc] Erreur 2
make[3] : on quitte le répertoire « /software/snap/Zoe »
Makefile:58 : la recette pour la cible « default » a échouée
make[2]:
[default] Erreur 2
make[2] : on quitte le répertoire « /software/snap/Zoe »
Makefile:96 : la recette pour la cible « gcc » a échouée
make[1]:
[gcc] Erreur 2
make[1] : on quitte le répertoire « /software/snap »
Makefile:58 : la recette pour la cible « default » a échouée
make: *
* [default] Erreur 2


software error


genome


gene

• 2.1k views

updated 2 hours ago by

0

written 3.6 years ago by

▴

30

sed -i 's/-Werror//g' Makefile* Not beautiful, but might help.


Login
before adding your answer.

Traffic: 2115 users visited in the last hour

Read more here: Source link