Voice and Video GSoC Project

Diego Costantini diego.costantini at gmail.com
Tue Jun 3 07:57:21 EDT 2008


Almost there...

With latest revision and those libraries it configures/compiles with voice
and video support, but when I launch Pidgin I get:

/usr/local/bin/pidgin: symbol lookup error: /usr/local/bin/pidgin:
/undefined symbol: purple_media_manager_get

Are you sure you are actually using it? :D

-----Original Message-----
From: Maiku [mailto:cmaiku at gmail.com] 
Sent: Montag, 2. Juni 2008 18:23
To: Diego Costantini
Cc: devel at pidgin.im
Subject: Re: Voice and Video GSoC Project

On Mon, Jun 2, 2008 at 3:35 AM, Diego Costantini
<diego.costantini at gmail.com> wrote:
> You are right, something is missing. From the config output I got this:
>
> configure:29719: checking for FARSIGHT
> configure:29727: $PKG_CONFIG --exists --print-errors "farsight2-0.10
> gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0"
> Package farsight2-0.10 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `farsight2-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'farsight2-0.10' found
> Package gstreamer-plugins-base-0.10 was not found in the pkg-config search
> path.
> Perhaps you should add the directory containing
> `gstreamer-plugins-base-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gstreamer-plugins-base-0.10' found
> configure:29730: $? = 1
> configure:29745: $PKG_CONFIG --exists --print-errors "farsight2-0.10
> gstreamer-0.10 gstreamer-plugins-base-0.10 libxml-2.0"
> Package farsight2-0.10 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `farsight2-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'farsight2-0.10' found
> Package gstreamer-plugins-base-0.10 was not found in the pkg-config search
> path.
> Perhaps you should add the directory containing
> `gstreamer-plugins-base-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gstreamer-plugins-base-0.10' found
> configure:29748: $? = 1
> No package 'farsight2-0.10' found
> No package 'gstreamer-plugins-base-0.10' found
> configure:29776: result: no
> configure:29814: checking for GSTPROPS
> configure:29822: $PKG_CONFIG --exists --print-errors "gstreamer-0.10
> gstreamer-plugins-base-0.10 libxml-2.0"
> Package gstreamer-plugins-base-0.10 was not found in the pkg-config search
> path.
> Perhaps you should add the directory containing
> `gstreamer-plugins-base-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gstreamer-plugins-base-0.10' found
> configure:29825: $? = 1
> configure:29840: $PKG_CONFIG --exists --print-errors "gstreamer-0.10
> gstreamer-plugins-base-0.10 libxml-2.0"
> Package gstreamer-plugins-base-0.10 was not found in the pkg-config search
> path.
> Perhaps you should add the directory containing
> `gstreamer-plugins-base-0.10.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gstreamer-plugins-base-0.10' found
> configure:29843: $? = 1
> No package 'gstreamer-plugins-base-0.10' found
> configure:29871: result: no
>
> Now the problem is that in Ubuntu repositories I don't have any of these
> packages (farsight2-0.10 gstreamer-0.10 gstreamer-plugins-base-0.10
> libxml-2.0), or at least some of them have slightly different names and I
> assume the config won't be able to detect them.
> I didn't change anything from the default branch files, thus I expected to
> find the needed libraries included and a working config/make. :)
>
> Please help.
>

It looks like you're using an older version than the head revision at
the moment. If you'd pull the latest revision from the monotone
database it would make it a little easier for you.

As far as the packages:
 gstreamer-plugins-base-0.10 == libgstreamer-plugins-base0.10-dev
 farsight2-0.10 == libgstfarsight0.10-dev

Ubuntu has libgstreamer-plugins-base0.10-dev, but not
libgstfarsight0.10-dev. You'll have to download these from the Debian
repository. In order to compile you'll need:
 libgstfarsight0.10-0
<http://packages.debian.org/experimental/libgstfarsight0.10-0>
 libgstfarsight0.10-dev
<http://packages.debian.org/experimental/libgstfarsight0.10-dev>
and in order to run it you'll also need:
 gstreamer0.10-plugins-farsight
<http://packages.debian.org/sid/gstreamer0.10-plugins-farsight>
and these packages which are in the Ubuntu repository:
 gstreamer0.10-plugins-good
 gstreamer0.10-plugins-bad




More information about the Devel mailing list