Dear all,
I am trying to install Blat(http://users.soe.ucsc.edu/~kent/src/) for Minimus2-blat(http://sourceforge.net/apps/mediawik...title=Minimus2) on Mac OS X. and getting the following error:
$ make
cd lib && make
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 errCatch.o -c errCatch.c
cc1: warnings being treated as errors
errCatch.c: In function ‘errCatchFinish’:
errCatch.c:93: warning: format not a string literal and no format arguments
make[1]: *** [errCatch.o] Error 1
make: *** [all] Error 2
Do anyone have any idea how to fix this? I would really appreciate your response.
Regards,
Rahul
I am trying to install Blat(http://users.soe.ucsc.edu/~kent/src/) for Minimus2-blat(http://sourceforge.net/apps/mediawik...title=Minimus2) on Mac OS X. and getting the following error:
$ make
cd lib && make
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 errCatch.o -c errCatch.c
cc1: warnings being treated as errors
errCatch.c: In function ‘errCatchFinish’:
errCatch.c:93: warning: format not a string literal and no format arguments
make[1]: *** [errCatch.o] Error 1
make: *** [all] Error 2
Do anyone have any idea how to fix this? I would really appreciate your response.
Regards,
Rahul
Comment