streamtuner-misc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling plugins on mdk 9.1


From: Jean-Yves Lefort
Subject: Re: Compiling plugins on mdk 9.1
Date: Mon, 26 May 2003 19:15:30 +0200

On Mon, May 26, 2003 at 02:43:07PM +0200, Tarax wrote:
> Can't manage to build the plugins on my Mandrake 9.1 :'( I've both normal & 
> devel packages installed. Streamtuner version is 0.9.1.
> Tried with live 365 src.rpm & tar.gz
> Tried with local tar.gz
> Tried with python tar.gz
> 
> All end with:
> checking for streamtuner >= 0.9.0... no
> configure: error: unable to find streamtuner

The Mandrake package probably installed the streamtuner.pc file in the
wrong location. Here's how to fix that:

1) Locate the file

        $ rpm -ql streamtuner | grep streamtuner\\.pc
        /usr/lib/pkgconfig/streamtuner.pc
        $

2) Find out its correct location

        $ dirname `locate glib-2.0.pc`
        /usr/X11R6/lib/pkgconfig
        $

3) As root, move the file:

        # mv /usr/lib/pkgconfig/streamtuner.pc /usr/X11R6/lib/pkgconfig
        #

You should now be able to build the plugins.

Regards,
Jean-Yves Lefort

-- 
Jean-Yves Lefort

address@hidden
http://lefort.be.eu.org/

Attachment: pgpAVcRids_su.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]