PDA

View Full Version : Portinstall -Rpk gnome-panel errors


agerardi
January 30th, 2009, 05:38
Can someone please explain to me how to do this and where?

Snip: Requested 'gweather >= 2.24.1' but version of GWeather is 2.22.3

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables CLOCK_CFLAGS
and CLOCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


Tks

Al:(

zeiz
February 2nd, 2009, 00:13
I would try:

# portupgrade -fRr libgweather

if not enough:

# cd /usr/ports/net/libgweather
# make deinstall
...................
# make reinstall

agerardi
February 2nd, 2009, 18:40
Tks for the response. I did finally figure that part out about the libgweather and got the gnome-panel built ok.........

Al