[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mutt source compile problems



On Wed, Feb 10, 1999 at 05:44:25PM +0100, J.H.M. Dassen wrote:
> On Wed, Feb 10, 1999 at 11:28:33 -0500, Lee Bradshaw wrote:
> > However mutt_0.95.1-1 doesn't build properly. It seems to be trying to run
> > an executable "no" which I can't find in the Contents file for slink. Any
> > suggestions?
> 
> > Makefile from po subdir:
> > 
> >   ...
> >   GMSGFMT = PATH=../src:$$PATH no
> >   MSGFMT = no
> 
> Installing the "gettext" package should fix this. Another (untested) option
> is to edit debian/rules to call configure --with-included-gettext .

Thanks for the help, but I got the same error message after modifying
the call to configure. I installed gettext from slink but I still don't
seem to have a "no" executable. gettext has a "no" directory, but not a
"no" executable.

file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file de.po
/bin/sh: no: command not found
make[3]: *** [de.gmo] Error 127
make[3]: Leaving directory `/home/lee/mutt-0.95.1/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/lee/mutt-0.95.1'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/lee/mutt-0.95.1'
make: *** [build] Error 2


freefall ~/mutt-0.95.1 $ dpkg -L gettext |grep no
/usr/share/locale/no
/usr/share/locale/no/LC_MESSAGES
/usr/share/locale/no/LC_MESSAGES/gettext.mo
/usr/share/locale/no@nynorsk
/usr/share/locale/no@nynorsk/LC_MESSAGES
/usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo


freefall ~/mutt-0.95.1 $ dpkg -s gettext |grep Version
Version: 0.10.35-7

-- 
Lee Bradshaw                 lee@sectionIV.com (preferred)
Alantro Communications       lee@alantro.com


Reply to: