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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=luW3dr9yabiQFMiY HlGczH5POhkmNLixgVBoCmoKd14LDsxu21Sz+JEMXlOCSIEezRQDJ6FoYglsu7p6 4pJXkrY8VJAl3Mhn1xUdsGbof9yunxERjXUl9OWJovraSo6TBskYpqQeJ5FVu40U rnf+0tAu6nEjavi2JrWwYQfz2AE= 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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=fGujmnLX35v0AC4TRDlLbd SzSRU=; b=itpIH+v1B6D+hpzJaRM2Qw/BFgzwF8bJgD8m+X3lC/fgx7uzY8K0pH IZPIGcIyNwjzkeybtc8QtAXlB8c4LZ9VYmYSXdjJC7SXsOOTW3k/M+DhSKoBlBRb qnCxssVOiut7YBHHtgBfeuYuwGrQ/833OcVZu/IVvb7n+oSfCJgmE= 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=-8.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:NNFMP, HX-Languages-Length:1324, site, H*M:JavaMail X-HELO: nh605-vm12.bullet.mail.ssk.yahoo.co.jp DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1552379149; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:To:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=+lrlySYzvWEwSF+XD2f8OBpR8tAzatb55x9RuwbSTtg=; b=nDMxBBGzd7gY+U+raPSX0mmn/soZcTNqIxGy6oLgMb3z01Q2jmlHI/WI91OXx+Jq xsGSl7Yr9UdGX3hVDGG7XwdU7ChReR4hiMoYjfEveiLm+c21qBBMHqtyJ/WNheUgZH9 cN5febyZ5B2OTtHcgb6VNai/nnS3zKmaDWqxPfkM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=yj20110701; d=yahoo.co.jp; h=Date:From:Reply-To:Message-ID:In-Reply-To:References:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fwJ8YTbH01t+q82XuVTojNBx9LNK1zlQE4VOUEnEHCHBFMb3QpZT0d/itroMT8jx AUoqkMybD+/IAhwS3pXuA+N/k2kke1qnKpQLhKeTU923FQtnwRmQzs3KSajx6D10RHS WVq1nYLfc8MBhal3ENSPI+0/R1lmHww/V+7eDbzA=; Date: Tue, 12 Mar 2019 17:25:48 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA To: Mark Geisert , Message-ID: <68131193.416583.1552379148433.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: 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> Subject: Re: Patch request to qt 5.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x2C8QAiB013803 ----- 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 -- 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