alekseyzimin / masurca

GNU General Public License v3.0
242 stars 35 forks source link

Error compiling code #68

Open jianxinwang opened 5 years ago

jianxinwang commented 5 years ago

Hi, I'm having trouble to compile the code checked out yesterday. Below are the command I issued at a terminal (CentOS7):

git clone https://github.com/alekseyzimin/masurca.git cd masurca/ git submodule init git submodule update make -j 8

Here is the end of the progress message:

configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' make: *** [/util/common/bioinformatics/masurca/build/global] Error 1

sjfleck commented 4 years ago

I had this same problem earlier today. Did you ever find a solution?

demolnau commented 3 years ago

Any luck? I am trying to install it now and have the same problem.

sjfleck commented 3 years ago

Any luck? I am trying to install it now and have the same problem.

I was mistaken when I tried this installation method. I believe it's just for developers and I didn't need to install it for that. For non-developers, installing is pretty straightforward with install.sh. I just made sure to load gcc/10.2.0 and perl-5.32.0 (I load programs/modules using the LUA system in my lab).