|
From: Mojca M. <moj...@gm...> - 2014-02-24 18:23:07
|
On Mon, Feb 24, 2014 at 7:01 PM, Mojca Miklavec wrote:
>
> I will compare the results with the released version (with branch 4.6)
Which fails to compile (apart from similar problems related to missing
pkg-config).
../../src/qtterminal/qt_term.cpp:137:19: error: no member named
'toAscii' in 'QString'
execlp(filename.toAscii().data(), "gnuplot_qt", (char*)NULL);
~~~~~~~~ ^
../../src/qtterminal/qt_term.cpp:138:56: error: no member named
'toAscii' in 'QString'
fprintf(stderr, "Expected Qt driver: %s\n",
filename.toAscii().data());
~~~~~~~~ ^
../../src/qtterminal/qt_term.cpp:308:34: error: allocation of
incomplete type 'QApplication'
QApplication* application = new QApplication(argc, (char**)( NULL));
^~~~~~~~~~~~
/path/to/qt/5.2.1/clang_64/lib/QtCore.framework/Headers/qobject.h:457:18:
note: forward declaration of 'QApplication'
friend class QApplication;
^
3 errors generated.
After fixing this one way too many other compile errors are thrown, so
I didn't even attempt to proceed.
Mojca
|