|
From: <pl...@pi...> - 2014-05-11 11:14:13
|
Hi,
just tried to update to v5 and it barfed at the QT stage.
Making timestamp.h
/tmp/x11-libs/qt-core-4.8.2/work/qt-everywhere-opensource-src-4.8.2/bin/uic
-o ui_QtGnuplotSettings.h qtterminal/QtGnuplotSettings.ui
make[4]:
/tmp/x11-libs/qt-core-4.8.2/work/qt-everywhere-opensource-src-4.8.2/bin/uic:
Command not found
make[4]: *** [ui_QtGnuplotSettings.h] Error 127
It seems to be looking for something in a temporary build directory that
gets cleaned out once it's installed.
Where is configure digging this up from? It should presumably be looking
for something in the installed location not in the build structure.
this is probably not new because IIRC, I do not usually build it with qt
anyway.
./configure --without-qt ; went fine and installed.
===
Also noted this, that did not look too reassuring:
In function 'snprintf',
inlined from 'get_data' at plot2d.c:712:12:
/usr/include/bits/stdio2.h:65:3: warning: call to
__builtin___snprintf_chk will always overflow destination buffer
/Peter
|