delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/03/03/17:36:22

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <tmacchant2 AT yahoo DOT co DOT jp>
To: cygwin AT cygwin DOT com
Message-ID: <1551652242161-0.post@n5.nabble.com>
In-Reply-To: <87o96rrfhs.fsf@Rainer.invalid>
References: <announce DOT 87a7idqk28 DOT fsf AT Rainer DOT invalid> <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
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 :
<http://cygwin.1069669.n5.nabble.com/file/t3087/transparent_solids_2_qt.png> 

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.
<http://cygwin.1069669.n5.nabble.com/file/t3087/transparent_solids_2_wxt.png> 
<http://cygwin.1069669.n5.nabble.com/file/t3087/transparent_solids_2_x11.png> 


> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019