From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116757 invoked by alias); 3 Mar 2019 22:36:10 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 116747 invoked by uid 89); 3 Mar 2019 22:36:10 -0000 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 Received: from n5.nabble.com (HELO n5.nabble.com) (162.253.133.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Mar 2019 22:36:06 +0000 Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 33C72C1CF0B3 for ; Sun, 3 Mar 2019 15:30:42 -0700 (MST) Date: Sun, 03 Mar 2019 22:36:00 -0000 From: Tatsuro MATSUOKA To: cygwin@cygwin.com Message-ID: <1551652242161-0.post@n5.nabble.com> In-Reply-To: <87o96rrfhs.fsf@Rainer.invalid> References: <2034053033.1762240.1551592875622.JavaMail.yahoo@mail.yahoo.co.jp> <87o96rrfhs.fsf@Rainer.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 X-SW-Source: 2019-03/txt/msg00021.txt.bz2 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