Hey guys. Almost finished compiling some Alsa stuff. I encountered an error when attempting to make alsa-utils.
[root@localhost alsa-utils-1.0.8]# make
Making all in include
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/include'
make all-am
make[2]: Entering directory `/usr/src/alsa-utils-1.0.8/include'
make[2]: Leaving directory `/usr/src/alsa-utils-1.0.8/include'
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/include'
Making all in alsactl
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/alsactl'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -MT alsactl.o -MD -MP -MF ".deps/alsactl.Tpo" \
-c -o alsactl.o `test -f 'alsactl.c' || echo './'`alsactl.c; \
then mv -f ".deps/alsactl.Tpo" ".deps/alsactl.Po"; \
else rm -f ".deps/alsactl.Tpo"; exit 1; \
fi
gcc -g -O2 -o alsactl alsactl.o -lasound -lm -ldl -lpthread
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsactl'
Making all in alsaconf
make[1]: Entering directory `/usr/src/alsa-utils-1.0.8/alsaconf'
Making all in po
make[2]: Entering directory `/usr/src/alsa-utils-1.0.8/alsaconf/po'
mv: cannot stat `t-ja.gmo': No such file or directory
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsaconf/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/alsa-utils-1.0.8/alsaconf'
make: *** [all-recursive] Error 1
What is t-ja.gmo and what should I do from here? I'm compiling this on Mandrakelinux 10.1, powered by kernel 2.6.8.1-12mdk.
Little help?
