DaehwanKimLab / tophat

Spliced read mapper for RNA-Seq
http://ccb.jhu.edu/software/tophat
Boost Software License 1.0
90 stars 46 forks source link

the autoconf report some error #24

Open cdzhouzhiyuan opened 8 years ago

cdzhouzhiyuan commented 8 years ago

sh: 1: svnversion: not found configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:29: error: possibly undefined macro: AM_PATH_PYTHON

and then ./configure configure: error: cannot find sources (config.h.in) in . or ..

and there isn't a makefile.......

my pc system is unbuntu 14.04 and I already compile a few about study rnaseq program, but I never use the command autoconf, so what I need install extra package or lib? thanks

sammyjava commented 8 years ago

You need to install subversion: $ sudo apt-get install subversion And also install libtool: $ sudo apt-get install libtool And then you can create configure by running the local autogen.sh $ ./autogen.sh