Help to compile Xarchiver under FreeBSD
Mike Massonnet
mmassonnet at gmail.com
Sat Feb 14 16:32:11 CET 2009
Le Sat, 14 Feb 2009 15:48:26 +0100,
Giuseppe Torelli <colossus73 at gmail.com> a écrit :
> On Thu, Jan 29, 2009 at 12:18 PM, Giuseppe Torelli
> <colossus73 at gmail.com> wrote:
> > Thank you all. I can work now on Xarchiver under FreeBSD.
>
> Still problems, sigh!
>
> $ gmake
> gmake all-recursive
> Making all in po
> gmake[2]: Entering directory `/usr/home/gt/xarchiver/po'
> file=`echo bg | sed 's,.*/,,'`.gmo \
> && rm -f $file && -o $file bg.po
> -o: not found
> gmake[2]: *** [bg.gmo] Error 127
> gmake[2]: Leaving directory `/usr/home/gt/xarchiver/po'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/home/gt/xarchiver'
> gmake: *** [all] Error 2
> $
>
> What's the meaning of -o not found?
>
> Can you help me please?
Yes, it's because xgettext is not installed, the problem is that the
variable for the gettext program is empty, and as it tries to execute
$GETTEXT -o ... it actually executes -o which fails.
It is possible to make a check for xgettext within the configure.ac
script. Most devs just assume it is installed :)
Cheers
Mike
More information about the Xfce4-dev
mailing list