Can't compile latest lxpanel revision

The standard panel of LXDE - http://wiki.lxde.org/en/LXPanel
Locked
Tjuh
Posts: 1
Joined: Thu Nov 13, 2008 3:04 pm

Can't compile latest lxpanel revision

Post by Tjuh »

Hello, I cant compile the latest lxpanel revision. The last rev that worked for me was rev 864.

These r the last lines of the compilation log from the terminal:

Code: Select all

Prefix........................... : /usr
Building dynamic plugins:
    netstatus - Monitor networking status
    netstat - Monitor networking status (Linux Only)
    volumealsa - Display and adjust volume of sound card for ALSA
    cpu - Display CPU loading
    deskno - Display desktop number
    batt - Monitor battery status
    kbled - Indicator for CapsLock, NumLock, and ScrLock
    thermal - Temperature monitor
make  all-recursive
make[1]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel'
Making all in src
make[2]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src'
Making all in plugins
make[3]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins'
Making all in netstatus
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/netstatus'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/netstatus'
Making all in netstat
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/netstat'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/netstat'
Making all in volumealsa
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/volumealsa'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/volumealsa'
Making all in cpu
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/cpu'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/cpu'
Making all in deskno
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/deskno'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/deskno'
Making all in batt
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/batt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/batt'
Making all in kbled
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/kbled'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/kbled'
Making all in thermal
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/thermal'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins/thermal'
make[4]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins'
make[3]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src/plugins'
make[3]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src'
make[2]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/src'
Making all in po
make[2]: Entering directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/po'
file=`echo fi | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
fi.po:773: missing `msgstr[]' section
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [fi.gmo] Error 1
make[2]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tjuh/SAMSUNG/ArchLinux/LXDE/lxpanel/src/lxpanel'
make: *** [all] Error 2
==> ERROR: Build Failed.
    Aborting...
Locked