Hey, i download blat suite, now i am trying to install it.
when i run make , i get this error:
cd lib && make
make[1]: Entering directory `/home/pa/Desktop/pa/blatSrc/lib'
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_ -DJK_WARN -Wall -Werror -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -o common.o -c common.c
cc1: warnings being treated as errors
common.c: In function ‘firstWordInFile’:
common.c:1695: error: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
make[1]: *** [common.o] Error 1
make[1]: Leaving directory `/home/dror/Desktop/Dror/blatSrc/lib'
make: *** [all] Error 2
what to do?
when i run make , i get this error:
cd lib && make
make[1]: Entering directory `/home/pa/Desktop/pa/blatSrc/lib'
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_ -DJK_WARN -Wall -Werror -I../inc -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -o common.o -c common.c
cc1: warnings being treated as errors
common.c: In function ‘firstWordInFile’:
common.c:1695: error: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
make[1]: *** [common.o] Error 1
make[1]: Leaving directory `/home/dror/Desktop/Dror/blatSrc/lib'
make: *** [all] Error 2
what to do?
Comment