I have found this problem in all version 0.6.0 and 0.6.1 of weather. Compiling stop with this error: Making all in po make[2]: Entering directory `/root/install/weather/xfce4-weather-plugin-0.6.1/po' file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && -o $file en_GB.po /bin/sh: -o: not found make[2]: *** [en_GB.gmo] Error 127 make[2]: Leaving directory `/root/install/weather/xfce4-weather-plugin-0.6.1/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/install/weather/xfce4-weather-plugin-0.6.1' make: *** [all] Error 2 I suspect an error in make file because the command before -o is absent. I use xubuntu 8.04. Is realy a bug ? Thank in advance, emilio
This is a bug in older intltool versions which don't properly check for gettext tools. Plus a weird default dependency in Ubuntu because there the package 'gettext' isn't installed by default. To solve your problems: simply install the 'gettext' package and re-configure again.
(In reply to comment #1) > This is a bug in older intltool versions which don't properly check for gettext > tools. Plus a weird default dependency in Ubuntu because there the package > 'gettext' isn't installed by default. > > To solve your problems: simply install the 'gettext' package and re-configure > again. ok, I have installed gettex, run ./configure and recompiling working fine. Thank you very much, wishes, Emilio
Re-assigning to Colin Leroy who is the new maintainer of the plugin.