From: Mojca M. <moj...@gm...> - 2014-02-07 11:37:32
|
On Fri, Feb 7, 2014 at 11:50 AM, Mojca Miklavec wrote: > > I wanted to test, but it seems that Qt terminal is broken on Mac now. The commit that broke gnuplot on Mac seems to be the following one: Author: sfeam <sfeam> Date: Sat Oct 26 05:44:10 2013 +0000 explicit construction and destruction of qt_term data +2013-10-26 Thomas Bleher + + * src/qtterminal/qt_term.cpp: Change the Qt terminal to only create its + data when initialized (to avoid the Static Initialization Order Fiasco) + and to destroy its data in a gnuplot atexit handler. + but it's not a trivial commit and it would take me slightly more time to figure out how it works and what exactly goes wrong. Mojca |