[sane-devel] Xsane-0.80 compilling problem

Henning Meier-Geinitz henning@meier-geinitz.de
Mon, 15 Oct 2001 21:56:25 +0200


Hi,

On Mon, Oct 15, 2001 at 10:44:46AM +0200, Michal Fikejs wrote:
> make[1]: Entering directory `/home/kabouter/install/xsane-0.80/po'
> file=./`echo cs | sed 's,.*/,,'`.gmo \
>   && rm -f $file && PATH=../src:$PATH no -o $file cs.po
> /bin/sh: no: command not found
> make[1]: *** [cs.gmo] Error 127
> make[1]: Leaving directory `/home/kabouter/install/xsane-0.80/po'
> make: *** [all-recursive] Error 1
> [root@v84 xsane-0.80]#
> 
> Any idea what could be wrong?

Maybe a bug in the configure script or your gettext installation
(internationalization support). "no" looks like the answer to a
search for msgfmt (variable $(GMSGFMT)). It doesn't seem to be found
on your system.

Try ./configure --disable-nls or --with-included-gettext as a
workaround. I don't know if this works...

Bye,
  Henning