andrewd18 / df-lnp-installer

An installation script for the Dwarf Fortress Lazy Newb Pack, for Linux.
Other
93 stars 35 forks source link

Installer fails to qmake Dwarf Therapist #64

Open ghost opened 10 years ago

ghost commented 10 years ago

Project MESSAGE: Release Mode
Project MESSAGE: Setting up for Linux
Project MESSAGE: Setting up for Linux Install
Project ERROR: Unknown module(s) in QT: script

df-lnp-installer.sh: Compiling Dwarf Therapist failed. See QMake output above for details. Exiting.

SHA passed for this package. I had to link the qt5 qmake to get that section of the install script to run correctly (separate issue?), but the qt5 script module and other dependencies named by the install script are all installed.

Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:    14.04
Codename:   trusty
3.13.0-29-generic
ghost commented 10 years ago

Adding qtscript5-dev and its dependencies solved the issue. Perhaps the install script should also check for this before trying to run.