Hey,
I am trying to install LASTZ version 1.03.02 on my 64-bit Linux desktop. I have extracted the files in appropriate directory, edited the make‑include.mak file to specify a particular directory and included this directory in my $PATH. Now when i cd into the /src folder and run make, i get this error --
cd src && make lastz lastz_D
make[1]: Entering directory `/usr/local/bin/lastz/src'
gcc -c -O3 -Wall -Wextra -Werror -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DVERSION_MAJOR="\"1"\" -DVERSION_MINOR="\"03"\"
-DVERSION_SUBMINOR="\"02"\" -DREVISION_DATE="\"20110719"\"
-DSUBVERSION_REV="\"1567:1570"\" -Dscore_type=\'I\' lastz.c -o lastz.o
lastz.c: In function ‘main’:
lastz.c:507:9: error: variable ‘freeTargetRev’ set but not used
[-Werror=unused-but-set-variable]
lastz.c: In function ‘start_one_strand’:
lastz.c:2197:9: error: variable ‘base****’ set but not used
[-Werror=unused-but-set-variable]
lastz.c: In function ‘parse_options’:
lastz.c:6473:9: error: variable ‘seq1Filename’ set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [lastz.o] Error 1
make[1]: Leaving directory `/usr/local/bin/lastz/src'
make: *** [build_lastz] Error 2
Can anyone help me figure out why i am getting this error and how to fix it?
Thanks a lot.
I am trying to install LASTZ version 1.03.02 on my 64-bit Linux desktop. I have extracted the files in appropriate directory, edited the make‑include.mak file to specify a particular directory and included this directory in my $PATH. Now when i cd into the /src folder and run make, i get this error --
cd src && make lastz lastz_D
make[1]: Entering directory `/usr/local/bin/lastz/src'
gcc -c -O3 -Wall -Wextra -Werror -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -DVERSION_MAJOR="\"1"\" -DVERSION_MINOR="\"03"\"
-DVERSION_SUBMINOR="\"02"\" -DREVISION_DATE="\"20110719"\"
-DSUBVERSION_REV="\"1567:1570"\" -Dscore_type=\'I\' lastz.c -o lastz.o
lastz.c: In function ‘main’:
lastz.c:507:9: error: variable ‘freeTargetRev’ set but not used
[-Werror=unused-but-set-variable]
lastz.c: In function ‘start_one_strand’:
lastz.c:2197:9: error: variable ‘base****’ set but not used
[-Werror=unused-but-set-variable]
lastz.c: In function ‘parse_options’:
lastz.c:6473:9: error: variable ‘seq1Filename’ set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [lastz.o] Error 1
make[1]: Leaving directory `/usr/local/bin/lastz/src'
make: *** [build_lastz] Error 2
Can anyone help me figure out why i am getting this error and how to fix it?
Thanks a lot.
Comment