Hi Stephane, It turns out that the -Wno-long-double option right there has become out of date. We have now removed it from the source tree. Thanks for pointing it out to us.
-- Brooke Rhead UCSC Genome Bioinformatics Group On 11/15/10 00:52, Stéphane Plaisance wrote: > Dear, > > I recently had issues downloading and then building the kent tools on mac OSX > 10.6.5 > I mainly followed instructions found at > http://bergmanlab.smith.man.ac.uk/?p=32 except for fink as I prefer macport > During build I got a complain about -Wno-long-double from inc/common.mk > I removed the parameter in the file and the build went OK (see below). > My OSTYPE is already set to darwin (Thanks Brooke!) > > Could you please tell me if doing so is compromising 'parts of' the software > and what I could do to fix this issue (if any). > > Thanks > Stephane > >>> /Desktop/kent/src$ make all >>> cd lib && make >>> gcc -O -g -Wall -Wno-unused-variable -Wno-long-double >>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DMACHTYPE_i386 >>> -DUSE_SSL -Wall -Wno-unused-variable -Wno-long-double -I../inc >>> -I../../inc -I../../../inc -I../../../../inc -I../../../../../inc -o >>> aliType.o -c aliType.c >>> cc1: error: unrecognized command line option "-Wno-long-double" >>> cc1: error: unrecognized command line option "-Wno-long-double" >>> make[1]: *** [aliType.o] Error 1 >>> make: *** [topLibs] Error 2 > >>> any idea of what I should alter in the config file to avoid this? >>> I tried changing inc/common.mk > >>> ifeq (${HG_WARN},) >>> ifeq (darwin,$(findstring darwin,${OSTYPE})) >>> # HG_WARN = -Wall -Wno-unused-variable -Wno-long-double >>> HG_WARN = -Wall -Wno-unused-variable > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
