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=af1vj8HFzM1Q+uq1jB/aoLTG88U8ddxDcVVt42+KUpvAQu mHBnsnmod+yAIv53u26tJWJ6Xx7HnO2dgyNhjMplCr6zVHR1/sG2RJ9rzirh40Li Ca6CULFL/2PeG5c5IiAL/FEo3nZfy8h8vGyaz6oL1zWVwOdPYS15rwwGhIDfo= 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=amK7El0x3NdnOJ3HaCuOjuwneHg=; b=CdtP0I3gcDhnBumwKWXi DbuMe6c1mdBTBPrUQOfufOr+8YMTNfuA0JUaDkHxqqwJ4/NsdbIwnPGw1QzZG2uO 1AM23gqk79nobGzrOkm3FWKgbh2bCL4FUMHDNxJoHkgFcgUQU0SOtzFq+AETj+wT PcvQdLPglZSwRMTEH58zFJo= 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=-4.9 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX autolearn=ham version=3.3.2 spammy=UD:Cygwin-list-f3.html, cygwin-list-f3.html, Cygwin-list-f3.html, cygwinlistf3html X-HELO: n5.nabble.com Date: Wed, 14 Mar 2018 02:02:53 -0700 (MST) From: Tatsuro MATSUOKA To: cygwin AT cygwin DOT com Message-ID: <1521018173697-0.post@n5.nabble.com> In-Reply-To: <734893.31493.qm@web103116.mail.kks.yahoo.co.jp> 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> <734893 DOT 31493 DOT qm AT web103116 DOT mail DOT kks DOT yahoo DOT co DOT jp> Subject: Re: gnuplot dev shapshot for Cygwin With qt terminal MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Achim I attached the README in the binary pacakge for install. There described the issues I met and workaround to them are descibed. README_TM.txt Tatsuro ----- 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. -- 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