Wallpaper Tray issues

Julio Biason julio.biason at gmail.com
Wed Mar 15 09:39:40 UTC 2006


On 3/14/06, Mark Johanson <markjohanson at ureach.com> wrote:
> checking for gcc option to accept ANSI C... (cached) none needed
> checking dependency style of gcc... (cached) gcc3
> checking for pkg-config... /usr/bin/pkg-config
> checking for libgnomeuimm-2.6 >= 2.6.0
> gconfmm-2.6 >= 2.6.0                         gtkmm-2.4 >= 2.4.0
>                        libgnomecanvasmm-2.6 >= 2.6.0
>        libglademm-2.4 >= 2.4.0                libpanelapplet-2.0
> >= 2.0.0... Package libpanelapplet-2.0 was not found in the
> pkg-config search path. Perhaps you should add the directory
> containing `libpanelapplet-2.0.pc' to the PKG_CONFIG_PATH
> environment variable No package 'libpanelapplet-2.0' found
> configure: error: Library requirements (libgnomeuimm-2.6 >=
> 2.6.0           gconfmm-2.6 >= 2.6.0
> gtkmm-2.4 >= 2.4.0                   libgnomecanvasmm-2.6 >=
> 2.6.0                         libglademm-2.4 >= 2.4.0
>              libpanelapplet-2.0 >= 2.0.0) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your
> libraries are in a nonstandard prefix so pkg-config can find
> them.
>
>
> I went thru Synaptic and added the libgnomeuimm package and
> tried again and got the same issue.
>
> Thoughts?

You'll need the "dev" packages for every one of those, e.g.

sudo apt-get install libpanel-applet2-dev

To find out the packages names, I usually do

apt-cache search <requested name with the "lib" prefix> | grep dev

So looking for libglademm-2.4 woudl become

apt-cache search glademm | grep dev

Of course, looking for partial names on Synaptics also works. :)
--
Julio Biason <julio.biason at gmail.com>




More information about the ubuntu-users mailing list