X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=l++KbIPOTLcHrChj /MELntPeKR0IvJoySwigZw4yQVpwLqppqv7TstKqzF4lvp7y1dDnKFpx8xyfSW7n CimHlTmMDjaEo0VDbXVeK0K8qK9ZCjQiUAw/lUw3m/bOCqKA4OtSYDSJBNmDQ4JI CMFNeKqSQGqq2lnBOfPZ94onjq0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=xF9esiihKyb/zoravvoqiZ lXgnE=; b=Qq9Jpw582EbRpz5NXPMa8CPL6MwnkN2FPt891S0H49QIGPg7AYwhGv x/4lcBw3OPvFO1boQ3pd1/ZlnF/A2+HYmm0OO6oZu/WXwe++Cd0qY3CUl3601SlE IHpXyWPrOM7tz4Y7KTPlY0rzqkwP/9KzMs7QZ2UrWp0qzsvlaqK50= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_NUMSUBJECT autolearn=ham version=3.3.1 spammy=H*M:07ab, offer, H*u:6.1, H*UA:6.1 X-HELO: m0.truegem.net Subject: Re: Patch request to qt 5.9.4 To: cygwin AT cygwin DOT com References: <1439412702 DOT 1866573 DOT 1551653028041 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT co DOT jp> <1439412702 DOT 1866573 DOT 1551653028041 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <0faa5fb55a0af4803fcdff786dba8be440355609 DOT camel AT cygwin DOT com> <1896876564 DOT 419596 DOT 1552373491409 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <68131193 DOT 416583 DOT 1552379148433 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <2118889013 DOT 532274 DOT 1552432961710 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> From: Mark Geisert Message-ID: <50406cd2-07ab-df33-bcf6-4dd3af8dd104@maxrnd.com> Date: Tue, 12 Mar 2019 18:12:41 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <2118889013.532274.1552432961710.JavaMail.yahoo@mail.yahoo.co.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Tatsuro MATSUOKA wrote: > ----- Original Message ----- > >> From: Tatsuro MATSUOKA >> To: Mark Geisert cygwin >> Cc: >> Date: 2019/3/12, Tue 17:25 >> Subject: Re: Patch request to qt 5.9.4 >> >> ----- Original Message ----- >> >>> From: Mark Geisert >>> To: cygwin >>> Cc: >>> Date: 2019/3/12, Tue 17:04 >>> Subject: Re: Patch request to qt 5.9.4 >>> >>> On Tue, 12 Mar 2019, Tatsuro MATSUOKA wrote: >>> [...] >>>>> From: Mark Geisert >>>>> If it's not too much trouble, could you show what you tell >> gnuplot >>> and how >>>>> you >>>>> set up the Qt environment? Are you running gnuplot from inside >>> qterminal? >>>>> >>>>> ..mark >>>> For qt graphics >>>> gnuplot.exe uses driver process named gnuplot_qt.exe. >>>> >>>> gnuplot.exe tries connect with gnuplot_qt.exe >>>> by >>>> >>>> >>>> qt->socket.connectToServer(server); >>>> >>>> >>>> in gnuplot.exe code but fails to connect with gnuplot_qt.exe. >>> >>> Yes, I understand that is happening at a low level. What exactly are you >>> typing at your keyboard to make gnuplot produce the Qt graphics? I would >>> like to reproduce your issue on my system; what do I need to do? >>> >>> Please refer to the specific questions I was asking above. >>> Thank you, >>> >>> ..mark >> >> Gnuplot distrubuted on Cyygwin does not link with Qt. >> I am distrbuting develoment version of gnuplot with Qt (patched). >> I have to prepare gnuplot binary without patch. >> >> I have my web site and I will prepare binaries without stripped debug >> information >> and upload on my web. >> >> I will do it tomorrow morning. (Before job.) >> >> Tatsuro > > I have prepared binaries: > http://tmacchant3.starfree.jp/gnuplot/Eng/cyg_qt_test/ > > test > From gnplot prompt > > gnuplot> set terminal qt > gnuplot> plot x > > Without Qt patch > > Could not connect to existing gnuplot_qt. Starting a new one. > > Warning: slow font initialization > > > > With Qt patchplot appears Thank you very much, Tatsuro. I have reproduced your issue and your fix. I will dig into the Cygwin internals and let you know what I find out. H/T to Achim for his comments and offer of help. ..mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple