[MuSE] Make Install Problem

dyne.org open discussions
Author: MuSE mailinglist
Date:  
To: muse
Subject: [MuSE] Make Install Problem
I am trying to compile and install Muse 9.2 on a Mandrake 2006 system. When I run the make install command, I get the following error:

# make install
Making install in po
make[1]: Entering directory `/home/wupp/Muse/MuSE-0.9.2/po'
: --statistics --check --verbose --output-file=it.mo it.po
: --statistics --check --verbose --output-file=es.mo es.po
for n in it.mo es.mo; do \
l=`basename $n .mo`; \
/usr/bin/install -c -m 755 -d /usr/local/share/locale/$l; \
/usr/bin/install -c -m 755 -d /usr/local/share/locale/$l/LC_MESSAGES; \
/usr/bin/install -c -m 644 $n /usr/local/share/locale/$l/LC_MESSAGES/muse.mo; \
done
/usr/bin/install: cannot stat `it.mo': No such file or directory
/usr/bin/install: cannot stat `es.mo': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/wupp/Muse/MuSE-0.9.2/po'
make: *** [install-recursive] Error 1

I am not sure what the problem is. I have looked at the make install --help page, and have not seen anything there that helps me. I also did a web search for it.mo and es.mo, and it appears that these are language files for Italian and Spanish.

Any help would be greatly appreciated.

Thanks.