Closed fredg02 closed 6 years ago
Testing on Kubuntu 16.04.2 and Ubuntu 16.04.5 from https://www.osboxes.org/
Kubuntu 16.04.2 (boot clean VM, login as osboxes):
sudo apt update
sudo apt full-upgrade
sudo apt install git build-essential qt5-qmake qtbase5-dev qtbase5-dev-tools qttools5-dev-tools
git clone https://github.com/ijhack/qtpass
cd qtpass
qmake -qt5 && make && sudo make install
qtpass
I get no errors . . very nice looking KDE interface.
Ubuntu 16.04.5 (boot clean VM, login as osboxes):
sudo apt update
sudo apt install git build-essential qt5-qmake qtbase5-dev qtbase5-dev-tools qttools5-dev-tools
git clone https://github.com/ijhack/qtpass
cd qtpass
qmake -qt5 && make && sudo make install
qtpass
No errors, just a less nice looking interface . .
Could it be that you are not using the default g++
(5.4) from Ubuntu @fredg02 ?
Could it be that you are not using the default g++ (5.4) from Ubuntu @fredg02 ?
I'm using the default g++ version. g++ --version
shows:
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
I tried to reproduce your steps... and it worked. :+1: The difference was/is that I downloaded the source tar.gz from the releases page (https://github.com/IJHack/QtPass/archive/v1.2.3.tar.gz) instead of cloning directly via git. And with that source tar it still does not work, I double-checked. So compilation works with a git clone, but not with the sources tar.gz from version 1.2.3.
That means a 1.2.4 maintenance release is due.
Installed qt5-default and tried
qmake && make && make install
: Error message looks quite similar to #388: