On 12/12/2012 10:05 AM, Thomas de Roo wrote:
> I compiled in this order:
>
> d-bus
> d-bus-bindings
> openbox
> lxappearance
> lxdecommon
> menucache
> lxmenudata
> lxinput
> lxpanel
...snip
I have a problem configuring my lxpanel build. First time through, the
./configure process reported that libwnck was missing. I built that,
from the instructions in BLFS, and tried again. This time I got
==================================================================
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for X11... yes
checking for WNCK... no
configure: error: Package requirements (libwnck-1.0) were not met:
No package 'libwnck-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables WNCK_CFLAGS
and WNCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===================================================================
But the only divergence I can find is that my libwnck is at 3.4.3 rather
than 1.0. I tried brute-force copying the *.pc file to /usr/lib/pkgconfig:
11:07:55 ls -l /usr/lib/pkgconfig
11:08:09 find . -name "*.pc"
11:08:27 cp libwnck-3.0.pc /usr/lib/pkgconfig
11:08:31 sudo cp libwnck-3.0.pc /usr/lib/pkgconfig
But that had no effect.
I'm not sure where to go from here. It seems I need to figure out why
the lxpanel configure isn't finding libwnck.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page