ddarriba / modeltest

Best-fit model selection
GNU General Public License v3.0
72 stars 21 forks source link

...modeltest GUI FAIL! #27

Open LaraMacheriotou opened 4 years ago

LaraMacheriotou commented 4 years ago

Hi! I was having issues installing modeltest-ng, the only thing that finally worked was to download the "modeltest-ng-0.1.5.tar.gz" file, run the "install-with-libpll.sh" script, and then running the "build.sh" script. This resulted in the following:

Running install script for Linux QMake version 3.1 Using Qt version 5.9.6 in /home/lara/miniconda3/lib ...configuration: prefix: /home/lara/Downloads/modeltest-ng-0.1.5/build build: /home/lara/Downloads/modeltest-ng-0.1.5/build pll: [yes] /home/lara/Downloads/modeltest-ng-0.1.5/libs/pll-modules/libs/libpll modules: [yes] /home/lara/Downloads/modeltest-ng-0.1.5/libs/pll-modules include: /home/lara/Downloads/modeltest-ng-0.1.5/build/include lib: /home/lara/Downloads/modeltest-ng-0.1.5/build/lib

...writing log to /home/lara/Downloads/modeltest-ng-0.1.5/build.log ...build pll ...building pll ...pll OK! /home/lara/Downloads/modeltest-ng-0.1.5 ...build modules ...building modules ...modules OK! /home/lara/Downloads/modeltest-ng-0.1.5 ...build modeltest ...modeltest OK! ...build modeltest GUI ...modeltest GUI FAIL!

This seems to be insufficient because calling "modeltest" results in: modeltest−ng: command not found

I would also like to use the GUI, can you please advise? Thank you!

ddarriba commented 4 years ago

Hi Lara,

I'd need to see the build logfile to know what happened. Could you please check the last lines of "build.log"? It may happened that you don't have QT installed. If that's the case, you can install "qt5-default" package from apt.

LaraMacheriotou commented 4 years ago

Hi Diego! Thank you for replying so quickly and I apologise for not adding my log file, amateur mistake.Again, what I have done is:

git clone --recursive https://github.com/ddarriba/modeltest then build.sh

qt5 is installed. (qt5-default is already the newest version (5.5.1+dfsg-16ubuntu7.6).

my build.log file is attached, thanks so much! build.log

ddarriba commented 4 years ago

Hi Lara,

Could you please try compiling the new release (0.1.6) using cmake? Follow the instructions in the README file for building the GUI flavor.

liamxg commented 4 months ago

Dear @LaraMacheriotou @ddarriba, I also have the same problem.