|
From: <pl...@pi...> - 2014-05-11 16:24:41
|
On 05/11/14 17:51, sfeam wrote: > The check for qt5 is done by looking for installation of the following > modules: > Qt5Core Qt5Gui Qt5Network Qt5Svg Qt5PrintSupport > > You should be able to find what failed by looking in the configuration > log file config.log. I am guessing that even though you installed qt5 > you didn't pull one or more of those optional modules. I didn't say I'd installed qt5 and I haven't. Gnuplot correctly detects qt4 but is looking in a temporary build directory. ./configure wxt terminal: yes Qt terminal: yes (qt4) log: configure:14155: checking for QT configure:14163: $PKG_CONFIG --exists --print-errors "QtCore >= 4.5 QtGui >= 4.5 QtNetwork >= 4.5 QtSvg >= 4.5" configure:14166: $? = 0 configure:14181: $PKG_CONFIG --exists --print-errors "QtCore >= 4.5 QtGui >= 4.5 QtNetwork >= 4.5 QtSvg >= 4.5" configure:14184: $? = 0 configure:14260: result: yes configure:14274: WARNING: The Qt terminal will use Qt4. ... configure:16316: result: wxt terminal: yes configure:16326: result: Qt terminal: yes (qt4) ... pkg_cv_QT_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSvg ' pkg_cv_QT_LIBS='-L/usr/lib/qt4 -lQtNetwork -lQtSvg -lQtGui -lQtCore ' ... QT_CFLAGS='-DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSvg ' QT_LIBS='-L/usr/lib/qt4 -lQtNetwork -lQtSvg -lQtGui -lQtCore ' .... UIC='/tmp/x11-libs/qt-core-4.8.2/work/qt-everywhere-opensource-src-4.8.2/bin/uic' So the question remains, where is it digging this "UIC" thing from ? Maybe whatever file it sources this from is incorrect. Where should I look to see what it's doing? Thx. |