From: sfeam <sf...@us...> - 2014-02-10 16:49:40
|
On Monday, 10 February 2014 12:37:23 PM Mojca Miklavec wrote: > Also, now that there is no more forking involved, please delete > src/qtterminal/qt_term_mac.m > as well as the corresponding lines in Makefiles. The program still forks. The only change is that fork() is perforned via a Qt library routine rather than being invoked in-line. Ethan > > Unless you plan to switch back to forking, the file is luckily no > longer needed. It was only used to hide a non-functional qt window in > the background (and didn't even work on Mac OS X <= 10.6 or with Qt > 5). With the current approach that window/process is no longer > present. > > Mojca > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |