hello hagelund,
i can darkly remember that i had the same issue when i tried to build Dwarf Therapist from source...about a month ago or so
the issue in your case is a (or even more) missing library/libraries...since the new DT for 0.40.xx is made with qt5 instead of qt4, which it was for the older release of DF
Splintermind has on his GitHub-Repo a "short" instruction, which libraries are needed to build from source, but also required to run it (if i did not understand it right, correct me please)...here's the link https://github.com/splintermind/Dwarf-Therapist/blob/master/BUILDING.txt
before i give you a unnecessary advice to install a bunch of packages you perhaps wont need, try simply to get the missing library via
sudo apt-get install libqt5script5
and all related dependencies...
if it still does not work - and thats where my confidents ends - just take them all in a good guess...here the snippet from splinterminds instruction
For Debian-derived (Ubuntu, Mint, etc.) distributions, you can run the following command from a terminal:
sudo apt-get install qtchooser qtbase5-dev qtbase5-dev-tools qtscript5-dev qt5-qmake libqt5script5 libqt5scripttools5 libqxt-core0 libqxt-gui0
I really can't remember if any sym-linking was necessary along the way...but i think it was not.
And last thing to say, i wont be held responsible if this in any *weird way* screws up your system...;-) I did it on my ubuntu, and it worked fine
It worked to just install the missing lib. Thanks!
Now another question. I have grown attached to the ASCII 16x16 graphics, and I can't play without it. But this version does not have it, and I cant seem to find a correct version of it.
I have tried to take the ASCII from the windows version, but when I use this, everything gets so small. What I mean is, a 1x1 square is smaller than a 1x1 from another 16x16 tileset. And it is quite frustrating having it so small, because I can barely see anything. D:
Does anyone know where I can find the correct 16x16 ASCII tileset for 40.05?