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:message-id:references:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=wD1fDT61LbNZ00rJ WOGGvPBAoR9YbdyjrZyYhJswPsScKmZwvmOsGUuhVjDymAfAahwhcAfRNkHpaiJ0 Dtm7uZUE03aGVIoMicF1mZcwyhONx2Q6LccFUOwyRf1Ft5omXmtiIk34cf+l+4IT DvxNTo3osF1UqDhZhk9pgkyWcjk= 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:message-id:references:date:from:reply-to :subject:to:in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=N8mH5lliI0EklXLrQnxn5Q 7O1ws=; b=hIINFYwlfVfCogaip3FO0QXqpQAioCM7vIP2O4B4i1KKP/PM0xm/KH ytlOk9kKrNYpQo1leSgfPcZGNKoSPQNcdVAdMLnvhJqTdu/tTD8HZ6unC1eDVbZH 1dO7mJKDPTk/0UFLcMOXnBFBrARMylyUFP7ndUzGq6TjO1RbPIBLQ= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.5 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD,URI_HEX autolearn=ham version=3.3.2 spammy=UD:nabble.com, cygwin.1069669.n5.nabble.com, UD:1069669.n5.nabble.com, UD:cygwin.1069669.n5.nabble.com X-HELO: nh604-vm3.bullet.mail.ssk.yahoo.co.jp Message-ID: <734893.31493.qm@web103116.mail.kks.yahoo.co.jp> X-YMail-JAS: TgH5sTkVM1l323Cpz4GJ5O3AxWmTBFXOQIHEFNGHmLj75mUPuFK1bsvRWSlwSaDGU4e2I6dTtoHd9NDBDZUMR81_UcnS0Ldv1NdFYRE1fICfblkzjgPY5b69e.zax.wsk0qm References: <844215 DOT 79205 DOT qm AT web103116 DOT mail DOT kks DOT yahoo DOT co DOT jp> <87vadzizjb DOT fsf AT Rainer DOT invalid> Date: Wed, 14 Mar 2018 05:53:59 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: Re: gnuplot dev shapshot for Cygwin With qt terminal To: Achim Gratz , cygwin AT cygwin DOT com In-Reply-To: <87vadzizjb.fsf@Rainer.invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w2DKsFXP005508 ----- Original Message ----- > From: Achim Gratz  > To: cygwin > Cc: > Date: 2018/3/14, Wed 03:46 > Subject: Re: gnuplot dev shapshot for Cygwin With qt terminal > > [current Cygwin gnuplot maintainer here] > > Tatsuro MATSUOKA writes: >> I have added experimental Cygwin binary packages of gnuplot development > snapshot >> with Qt terminal. > > I understand this needs patches for some part(s) of Qt, which probably > means that some of these libs are now statically linked.  If you could > get them upstreamed or convince the the Cygwin Qt maintainer to pick > them up, I'd build gnuplot with a Qt terminal.  But we'd really need to > see the patch(es), a binary package doesn't help. Achim The patch is already submitted to the cygwin list. See http://cygwin.1069669.n5.nabble.com/qt5-Patch-for-src-network-socket-qlocalsocket-unix-cpp-td139656.html And patch is also descrived in README_TM.txt. I did not use static link but generated renamed cygQt5Nwetwork-5-gp.dll.  I used mingw gendef(64bit) of MinGW64 and pexports (32bit) of MinGW to generate def file. And edit dll file name in def file and use mingw "dlltools" to generate renamed libXXXXX.dll.a. Someworkaround is required for my case to kill GL and  shmget related error messages. See, https://sourceforge.net/p/gnuplot/mailman/gnuplot-beta/thread/893180.40244.qm%40web103112.mail.kks.yahoo.co.jp/#msg36249353 BTW, wxt related things are described in here. http://cygwin.1069669.n5.nabble.com/Mismatch-between-the-program-and-library-build-versions-detected-for-wxWidgets-td139680.html Tatsuro   > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > Waldorf MIDI Implementation & additional documentation: > http://Synth.Stromeko.net/Downloads.html#WaldorfDocs > > -- > 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 > -- 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