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:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=wtLIH8gNWJ7wTWMFepnsmgBxFJYhf0NnYTDNHfDXgO8v3G fvznaDddigK3BbD0LZHg5xzUzJnkrqKndusvIK7MHkRBxnfDUXYEzmXYsfWEC+FU 6/ePoouGBJmzFFR19Aurq7rnplOnjWuMUK39AcKJgaSzaUVvP9xhw4+nydHlY= 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:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=cljc03P726crF0MrZyVnKL0jWvA=; b=wLZgt8XzYbxnzpHmnDVG YJhsYhg2w8KIBHG4zqArEiHfh3w0MrX66BlC/dpRU/NqbdCu8PYAoqlpo8nRqnZj R9rBbeZC4+PVHa70jNfQDcU8mdeAi68wOTh2tRXVUDfOh6Gf9ubsKcYx3YY7dOgk CER6DZ37VaKoeONVFy5TfQQ= 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=-9.9 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX autolearn=ham version=3.3.2 spammy= X-HELO: n5.nabble.com Date: Sun, 3 Mar 2019 15:30:42 -0700 (MST) From: Tatsuro MATSUOKA To: cygwin AT cygwin DOT com Message-ID: <1551652242161-0.post@n5.nabble.com> In-Reply-To: <87o96rrfhs.fsf@Rainer.invalid> References: <2034053033 DOT 1762240 DOT 1551592875622 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT co DOT jp> <87o96rrfhs DOT fsf AT Rainer DOT invalid> Subject: Re: Request to support wxt terminal ( Re: [ANNOUNCEMENT] Updated: gnuplot-5.2.6-1) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Achim Thanks for the reply. > Again, if you want that to get fixed, you'll either need to get upstream > QT, the Qt maintainer of Cygwin or (if you happen to have a fix for > Cygwin) the Cygwin maintainers. I'll happily build with the Qt terminal > if it actually works. The qt terminal for Cygwin works fine on Cygwin, if a patch is attached to QT5. An exapmle snapshot of qt terminal is shown : I will ask Yaakov Selkowitz (qt for cygwin maintainer to apply the patch) As a reference, the patch is shown below --- a/qtbase-opensource-src-5.9.4/src/network/socket/qlocalsocket_unix.cpp +++ b/qtbase-opensource-src-5.9.4/src/network/socket/qlocalsocket_unix.cpp @@ -239,7 +239,7 @@ void QLocalSocket::connectToServer(OpenM } // create the socket - if (-1 == (d->connectingSocket = qt_safe_socket(PF_UNIX, SOCK_STREAM, 0, O_NONBLOCK))) { + if (-1 == (d->connectingSocket = qt_safe_socket(PF_UNIX, SOCK_STREAM, 0))) { d->errorOccurred(UnsupportedSocketOperationError, QLatin1String("QLocalSocket::connectToServer")); return; >> I ask you to implement wxt terminal gnuplot for Cygwin >> >> Patch indicated below is attached to gnuplot source to avoid ABI >> mismatch waring between gnuplot and wxWidgets. > > That's a wxWidget upstream bug, really. I'm not keen on patching around > that in gnuplot, so my preference is if it was fixed by wxWidgets one > way or the other (and by fixed I don't mean that the fatal error gets > demoted to a warning like some build option for wxWidgets apparently > allows you to do). Yes. It's a bug wxWidget. I could not find wxWidget maintainer in Cygwin ML. How I do know the maintainer? Anyway I will paste wxt terminal and x11 terminal snapshots. > Now, I'd be much more excited about that wxWidgets terminal if it > allowed gnuplot to optionally run without X11, do you know if that's > possible? Do you mean build Cygwin's WxWidget without x11 libraries? On macOS, WxWidget is built without X and uses macOS original graphics. In principle one can build Wxwidget for Cygwin using windows native api like emacs-win32on Cygwin. I do not know that this is possible on wxwidget on Cygwin. I will investigate. Tatsuro -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- 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