| View previous topic :: View next topic |
| Author |
Message |
peterodoherty
Joined: 14 Sep 2008 Posts: 1
|
Posted: Sun Sep 14, 2008 9:31 am Post subject: Muse: problem with make install (ubuntu) |
|
|
Hi,
Installing muse on ubuntu went okay until the final hurdle when I get the following error. Anyone know what the problem is?
Thanks a lot,
Peter
Making install in po
make[1]: Entering directory `/home/peter/Desktop/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/peter/Desktop/MuSE-0.9.2/po'
make: *** [install-recursive] Error 1 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Sep 14, 2008 12:29 pm Post subject: |
|
|
You'll have to raise this with the muse developers. An install problem like this is a bug in their packaging.
karl. |
|
| Back to top |
|
 |
wirelessgimp
Joined: 09 Dec 2006 Posts: 8 Location: a dingy flat
|
Posted: Thu Dec 25, 2008 10:36 am Post subject: |
|
|
You could ask in their IRC chat:
irc.hinezumi.org
#dyne |
|
| Back to top |
|
 |
|