|
From: Ethan A M. <merritt@u.washington.edu> - 2014-02-24 18:28:29
|
On Monday, 24 February, 2014 19:23:00 Mojca Miklavec wrote: > 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) The modifications to allow building with Qt5 are only in 4.7, not in 4.6 Ethan > 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 > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |