QXT library not getting installed on ubuntu 14.04
-
Are you sure you don't have both installed ?
-
I tried following..It says qt4-qmake not installed
apt-get remove --purge qt4-qmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'qt4-qmake' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gammaray : Depends: libcgraph6 but it is not going to be installed
Depends: libgvc6 but it is not going to be installed
Depends: libqt5scripttools5 (>= 5.0.2) but it is not going to be installed
Recommends: gammaray-probe-qt4 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).Am I missing on somrthing?
-
sorry for the formatting
I tried following..It says qt4-qmake not installed
apt-get remove —purge qt4-qmake
Reading package lists…
Done Building dependency tree Reading state information…
Done Package ‘qt4-qmake’ is not installed, so not removed
You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: gammaray : Depends: libcgraph6 but it is not going to be installed Depends: libgvc6 but it is not going to be installed Depends: libqt5scripttools5 (>= 5.0.2) but it is not going to be installed Recommends: gammaray-probe-qt4 but it is not going to be installed E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).
Am I missing on somrthing? -
which version of Qxt are you trying to build ?
-
There is noversion metioned a s such but name is libqxt-QT5.tar. Is there any stable version available which I can try?
-
You can clone the latest version and call
@configure -qmake-bin /path/to/qt5/qmake@
However be aware that the library is not currently maintained (from their project page)
-
Tried above . Dint help. Getting same error as posted at the start. Don't understand why it is still searching for qt4
-
Did you download a more recent version of Qxt ?
-
I have downloaded qxt from http://dev.libqxt.org/libqxt/get/master.zip
still not working :(. Can you please give me latest comiled version?
-
What do you mean by not working ?
-
Getting same error posted at the start of this post
-
Can you show how you are configuring it ?