Gentoo Archives: gentoo-user

From: "Arttu V." <arttuv69@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] qtiplot
Date: Thu, 27 Nov 2008 17:33:30
Message-Id: fecdbac60811270933r2385d0b5u20364474195f681f@mail.gmail.com
In Reply to: Re: [gentoo-user] qtiplot by "b.n."
1 On 11/26/08, b.n. <brullonulla@×××××.com> wrote:
2 > b.n. ha scritto:
3 >> Hi,
4 >>
5 >> I have an x86 gentoo system, and I would like to install qtiplot.
6 >> Unfortunately:
7 >> - qtiplot 0.8.x requires qwt-4. I have both qwt-4 and qwt-5 installed,
8 >> and when compilng qtiplot seems to pick invariably the qwt-5. How do I
9 >> force qtiplot to build with qwt-4 ?
10
11 Wild guesses, semi-tested on amd64 only:
12
13 - in the current qtiplot-0.8.5-qmake.patch replace "-lqwt" with "-l:libqwt.so.4"
14 - check that you have qt:3 built with USE="opengl"
15 (- gcc-4.3 patching, which were a sort of a detour since I just didn't
16 want to downgrade gcc in the chroot in which I made my testing in)
17
18 After that I got qtiplot-0.8.5 emerged in a simplistic chrooted amd64
19 environment, which had little more than the basic qt stuff and
20 explicitly emerged qwt 4 and 5:
21
22 x11-libs/qwt
23 selected: 4.2.0-r3 5.0.2-r1
24
25 However, I don't know this piece of software and I don't think I'm
26 going to learn it right now, so that's as far as I planned on
27 "testing" it right now. :)
28
29 Maybe you would like to file a bug in b.g.o? I can dump my crude,
30 couple-line patches/changes there and whoever needs/maintains qtiplot
31 can then refine them or reject them as needed.
32
33 --
34 Arttu V.

Replies

Subject Author
Re: [gentoo-user] qtiplot "b.n." <brullonulla@×××××.com>