Good Morning Diego: Please note the work-around information about errors such as this in the source tree document: src/product/README.building.source http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=blob;f=src/product/README.building.source
Edit your src/inc/common.mk and remove the -Werror option for your build. --Hiram Diego Pereira wrote: > Thank you very much Vanessa for pointing me in the right direction!. > > I tried to install the source code as described in this page > http://genomewiki.ucsc.edu/index.php/Source_tree_compilation_on_Debian/Ubuntubut > I'm getting the following errors during the compilation: > > cd kent/src/lib > make > > bbiRead.c: In function ‘bbiTotalSummary’: > bbiRead.c:703:34: error: variable ‘chromEnd’ set but not used > [-Werror=unused-but-set-variable] > bbiRead.c:703:22: error: variable ‘chromStart’ set but not used > [-Werror=unused-but-set-variable] > bbiRead.c:703:13: error: variable ‘chromId’ set but not used > [-Werror=unused-but-set-variable] > cc1: all warnings being treated as errors > > make: *** [bbiRead.o] Error 1 _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
