trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2018

Re: [trinity-users] How does one install tqt3interface?

From: "E. Liddell" <ejlddll@...>
Date: Mon, 5 Nov 2018 06:45:16 -0500
On Sun, 4 Nov 2018 15:48:22 -0500
zap <zapper@...> wrote:

> I am having trouble installing the trinity desktop.
> 
> I keep getting weird errors when I go to make tqtinterface including,
> Q_MOVABLE_TYPE is not a type and, other stuff too, is there a
> requirement I am missing or something?

Required dependencies for TQT (per my package manager) are as follows:

zlib
libjpeg
libpng
libmng, version 1.0.9 or greater
freetype, version 2 or greater
several X libs (libXft, libXi, xextproto, etc.)

Optional dependencies include cups, opengl, nas (Network Audio System),
xinerama, and several database engines.

> The cmake part built properly but everything else is a bit... screwed
> up.DQT_VERSION=3 doesn't work I changed the 3 to a 4 and it built, but
> then when I used make -j4 or make it runs into major errors. Any idea
> how to fix?

The make system for QT variants is kind of complicated and you're not giving
a lot of information here.  Exactly what commands did you issue, and what was
the fatal error that ended the compile (copy and paste, and make sure you're 
only using one thread to build)?  What options did you pass when configuring
the source?

The truth is that only the development team and packagers build the whole DE
manually from source most of the time--that's why people are referring you to
the dev list.

E. Liddell