From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L5obd-0002BR-O6 for garchives@archives.gentoo.org; Thu, 27 Nov 2008 21:41:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A635E0584; Thu, 27 Nov 2008 21:40:59 +0000 (UTC) Received: from aa012msr.fastwebnet.it (aa012msr.fastwebnet.it [85.18.95.72]) by pigeon.gentoo.org (Postfix) with ESMTP id 24103E0584 for ; Thu, 27 Nov 2008 21:40:59 +0000 (UTC) Received: from [37.1.3.90] (37.1.3.90) by aa012msr.fastwebnet.it (8.0.013.8) (authenticated as cyclopia) id 491A612E02694933 for gentoo-user@lists.gentoo.org; Thu, 27 Nov 2008 22:40:58 +0100 Message-ID: <492F15B5.9010604@gmail.com> Date: Thu, 27 Nov 2008 22:48:37 +0100 From: "b.n." User-Agent: Thunderbird 2.0.0.17 (X11/20081008) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] qtiplot References: <492AF986.6070705@gmail.com> <492D9723.4010903@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0cc6739e-bd80-4bcf-af4e-240bf8a30b30 X-Archives-Hash: 6bb197314931468f136e04ba7903f47d Arttu V. ha scritto: > On 11/26/08, b.n. wrote: >> b.n. ha scritto: >>> Hi, >>> >>> I have an x86 gentoo system, and I would like to install qtiplot. >>> Unfortunately: >>> - qtiplot 0.8.x requires qwt-4. I have both qwt-4 and qwt-5 installed, >>> and when compilng qtiplot seems to pick invariably the qwt-5. How do I >>> force qtiplot to build with qwt-4 ? > > Wild guesses, semi-tested on amd64 only: > > - in the current qtiplot-0.8.5-qmake.patch replace "-lqwt" with "-l:libqwt.so.4" > - check that you have qt:3 built with USE="opengl" > (- gcc-4.3 patching, which were a sort of a detour since I just didn't > want to downgrade gcc in the chroot in which I made my testing in) > > After that I got qtiplot-0.8.5 emerged in a simplistic chrooted amd64 > environment, which had little more than the basic qt stuff and > explicitly emerged qwt 4 and 5: > > x11-libs/qwt > selected: 4.2.0-r3 5.0.2-r1 > > However, I don't know this piece of software and I don't think I'm > going to learn it right now, so that's as far as I planned on > "testing" it right now. :) > > Maybe you would like to file a bug in b.g.o? I can dump my crude, > couple-line patches/changes there and whoever needs/maintains qtiplot > can then refine them or reject them as needed. Thanks for your wonderful reply! However it seems a bit of work. Nothing fancy:but if I have to spend some time patching and testing, I'm rather doing it for the latest version (0.9.x) I keep your mail close, in the meaning that if 0.9.x refuses to work, I'll fallback on 0.8.5 with your suggestions. But if anyone has suggestions on the qt stuff, before b0rking my laptop, I'd be happy. m.