Re: [proaudio] rakarrack and fltk2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] rakarrack and fltk2
- From: Arve Barsnes <arve.barsnes@xxxxxxxxx>
- Date: Mon, 12 Oct 2009 06:29:50 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=9AapYc8XAGFu1vvXvQjWc8FjjlRstG6yZ2KdvYSJDiU=; b=eeMjVlVR3OhjaCMR6c3MyJ4O2U9URuZkONcT/Bl+9/G6Hu7hiKk5e1GMdFqTYNeTKc 5/rrHwmyr8RFA4lL10UNOKf4ki7NlGqo1dazDHewbYOPNM5PGLsWOj8dJ0wYZgwttEKv 6mtqPVHCodDxg1YHj45sW3zo1/lNPyqs9iZZU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=oTBYg5EoGwpAExteALKhWHO6KNbBrnljxfr8HCEytLIVDd9dIdzAv59IZ0buXU71iI p5thRgCCSBOieOQwcfFdyFeElchypGdsLb2s81ICqyIF46OxkJsKjRbGuxF+xl0TD5TN Dpw8NM66i748AbJ0o8j0XYH554juLnH6wvMvY=
You are probably correct, I also have 1.1.9-r1 installed.
On Sun, Oct 11, 2009 at 5:45 PM, ron widler <ron@xxxxxxxxxxx> wrote:
> hi,
>
> i'm getting the same thing here, as long as x11-libs/fltk:1.1 is not
> installed, the configure script for rakarrack will fail.
> see here:
> <snip>
> checking for fltk-config... no
> configure: error: fltk not installed!
> </snip>
> because fltk:2 provides fltk2-config...
> if you have both slots of fltk installed, it compiles (but links against
> version 1.1.x, thats's why e.g. arve barnes didn't get an error i suppose)
>
> so the ebuild for rakarrack should depend on fltk:1.1 slot explicitly.
> hth,
> ron
>
> ps: here's the quickfix for the ebuild
>
> --- rakarrack-0.3.0.ebuild.orig 2009-10-11 17:39:11.703320404 +0200
> +++ rakarrack-0.3.0.ebuild 2009-10-11 17:39:28.114335238 +0200
> @@ -14,7 +14,7 @@
> KEYWORDS="~amd64"
> IUSE=""
>
> -DEPEND=">=x11-libs/fltk-1.1
> +DEPEND="x11-libs/fltk:1.1
> x11-libs/libXpm
> >=media-libs/alsa-lib-0.9
> >=media-sound/alsa-utils-0.9
>
>
>
> Dubphil schrieb:
>>
>> Hello,
>>
>> I'm trying to compile rakarrack, the dependency of fltk is met by emerge,
>> but it looks that it is not the right version of fltk (fltk2)
>> then rakarrack failed to compile because it doesn't find fltk installed.
>> Any idea ? What can we do to get rakarrack compiled on Gentoo ?
>>
>> Kind regards
>>
>> Philippe
>>
>>
>
>
>
>