Comment 2 for bug 1432768

Revision history for this message
Scott Cowles Jacobs (scott092707) wrote :

Using Lubuntu 15.10, same version of YAGF, same result...

Have not tried latest version (0.9.5). Downloaded it, thinking it was a binary, but must compile. Don't know...

Tried to compile. Says it needs cmake - installed that.

Got:
qmake: could not exec '/usr/lib/i386-linux-gnu/qt4/bin/qmake': No such file or directory
CMake Error at /usr/share/cmake-3.2/Modules/FindQt4.cmake:1326 (message):
  Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x

Installed qt4-qmake (My setup seems to have both qt4 and qt5 aspects, but as:
scott@scott-Asus-M2M68-AM-Plus:/data/scott/Downloads/yagf-0.9.5/yagf-build$ ls -lha /usr/lib/i386-linux-gnu/qt-default/qtchooser
total 8.0K
drwxr-xr-x 2 root root 4.0K Oct 24 18:25 .
drwxr-xr-x 3 root root 4.0K Oct 24 18:25 ..
lrwxrwxrwx 1 root root 51 Jul 12 17:34 default.conf -> ../../../../share/qtchooser/qt4-i386-linux-gnu.conf

it therefore appears that qt4 is default, and only the /usr/lib/i386-linux-gnu/qt4 folder has a /bin folder (and once I installed the qt4 qmake package, that is where qmake was), the /usr/lib/i386-linux-gnu/qt5 folder does not have a /bin folder.)

Now that qmake was installed, I tried again...

No.

Got:
"CMake Warning at /usr/share/cmake-3.2/Modules/FindQt4.cmake:626 (message):
  /usr/bin/qmake reported QT_INSTALL_LIBS as "/usr/lib/i386-linux-gnu" but
  QtCore could not be found there. Qt is NOT installed correctly for the
  target build environment.
"
I DO have QT 4 core module package installed:
"libqtcore4
Qt 4 core module"
and the following is in /usr/lib/i386-linux-gnu
lrwxrwxrwx 1 root root 21 Jul 12 17:34 libQtCLucene.so.4 -> libQtCLucene.so.4.8.6
lrwxrwxrwx 1 root root 21 Jul 12 17:34 libQtCLucene.so.4.8 -> libQtCLucene.so.4.8.6
      -rw-r--r-- 1 root root 927K Jul 12 17:37 libQtCLucene.so.4.8.6
lrwxrwxrwx 1 root root 18 Jul 12 17:34 libQtCore.so.4 -> libQtCore.so.4.8.6
lrwxrwxrwx 1 root root 18 Jul 12 17:34 libQtCore.so.4.8 -> libQtCore.so.4.8.6
      -rw-r--r-- 1 root root 3.1M Jul 12 17:37 libQtCore.so.4.8.6

which are directly from the qt4 Core package...

I don't know exactly what is mising, or I could try further...

As suggested, I will attach:
 "/data/scott/Downloads/yagf-0.9.5/yagf-build/CMakeFiles/CMakeOutput.log"