From: Daniel J S. <dan...@ie...> - 2014-03-03 00:54:59
|
On 03/02/2014 06:41 PM, Mojca Miklavec wrote: > On Sun, Mar 2, 2014 at 11:28 PM, Daniel J Sebald wrote: >> >> I wrote a clean patch which I placed here >> >> https://sourceforge.net/p/gnuplot/patches/653/ > > I first faced problems with "plugin" > > Making all in plugin > /bin/sh: line 0: cd: plugin: No such file or directory Not sure what that is, as I don't see any instance of "plugin" in the patch. I am, however, disabling plugins when I build so maybe that is finding its way into the patch file somehow. > here > are the initial problems again: > > gnuplot> plot sin(x) > qt_sendFont: Not receiving font properties > qt_sendFont: "QLocalSocket: Socket operation timed out" > gnuplot> qt_processTermEvent received a GE_fontprops event. This > should not have happened Probably the flush isn't complete before waiting on the GE_fontprops event. Could you please search for this line in the code #if 0 // 2014mar02 NOT SURE THIS IS NEEDED and change 0 to 1? Thanks, Dan |