[Genome] Genome Browser Source Compile Error

Mark Diekhans markd at soe.ucsc.edu
Wed Jan 17 09:34:46 PST 2007


Hi Kelvin,
   The makefiles in the kent tree use GNU make extensions to POSIX make.
BSD make has different set of extensions.  You need to install GNU make
from the FreeBSD ports.  It installs as /usr/local/bin/gmake, so
use command `gmake' to build the tree.

Mark


Kelvin Andrews <kelvin at nbn.ac.za> writes:
> Hi I'm trying to compile the genome browser source. According to these, 
> http://genome.ucsc.edu/admin/jk-install.html , instructions. Currently 
> using a freebsd installed system. It gives an error at step 6. Looks 
> something like this after I run =>make libs
> 
> cd lib && make
> "../inc/common.mk", line 2: Missing dependency operator
> "../inc/common.mk", line 4: Need an operator
> "../inc/common.mk", line 12: Missing dependency operator
> "../inc/common.mk", line 14: Need an operator
> "../inc/common.mk", line 15: Missing dependency operator
> "../inc/common.mk", line 17: Need an operator
> "../inc/common.mk", line 19: Need an operator
> "../inc/common.mk", line 20: Need an operator
> "../inc/common.mk", line 22: Missing dependency operator
> "../inc/common.mk", line 24: Need an operator
> "../inc/common.mk", line 25: Missing dependency operator
> "../inc/common.mk", line 27: Need an operator
> "../inc/common.mk", line 30: Missing dependency operator
> "../inc/common.mk", line 32: Need an operator
> "../inc/common.mk", line 37: Missing dependency operator
> "../inc/common.mk", line 40: Need an operator
> "../inc/common.mk", line 43: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1
> 
> Stop in /localhome/ucsc/bin/i386/jksrc/kent/src.
> 
> Any insight would be appreciated.
> 
> Yours Sincerely
> 
> Kelvin Andrews
> 
> National Bioinformatics Network
> South Africa
> 
> _______________________________________________
> Genome maillist  -  Genome at soe.ucsc.edu
> http://www.soe.ucsc.edu/mailman/listinfo/genome


More information about the Genome mailing list