Re: installing gnome-doc-utils



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]