Re: installing gnome-doc-utils
- From: Don Scorgie <Don Scorgie org>
- To: rahed <raherh gmail com>
- Cc: gnome-doc-devel-list gnome org
- Subject: Re: installing gnome-doc-utils
- Date: Tue, 05 Jun 2007 21:34:27 +0100
Hi,
On Tue, 2007-06-05 at 19:42 +0000, rahed wrote:
> Hi,
>
> I'm installing gnome-doc-utils-0.10.3 on windows with MinGW and MSYS.
> After configure make command produces this:
>
> Making all in po
> make[1]: Entering directory `/d/install/gtk/gnome-doc-utils-0.10.3/po'
> file=`echo ar | sed 's,.*/,,'`.gmo \
> && rm -f $file && -o $file ar.po
> /bin/sh: -o: command not found
> make[1]: *** [ar.gmo] Error 127
> make[1]: Leaving directory `/d/install/gtk/gnome-doc-utils-0.10.3/po'
> make: *** [all-recursive] Error 1
The original command is:
file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
so it looks like $(GMSGFMT) is undefined. Do you have gettext
installed? (GMSGFMT should point to msgfmt). You may want to check
you're config.log to see if msgfmt is found.
Other than that, I don't know.
Thanks
Don
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]