[CM] Compile error (--with-no-GUI)

e deleflie edeleflie@gmail.com
Thu, 24 May 2007 15:14:21 +1000


Downloaded from ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-9.tar.gz
about 2 hours ago.

On Ubuntu 6.10, I first did:

./configure --with-no-GUI --with-ladspa --with-guile

and then I did 'make', and got the following:

gcc -c -DLOCALE_DIR=\"/usr/local/share/locale\"
-DSCRIPTS_DIR=\"/usr/local/share/snd\" -DHAVE_CONFIG_H    -O2 -I. -g
-O2       snd-nogui.c
(cd po && make)
make[1]: Entering directory `/home/wasteofspace/downloads/snd-9/po'
test -z "de.gmo" || make de.gmo
make[2]: Entering directory `/home/wasteofspace/downloads/snd-9/po'
rm -f de.gmo && : -c --statistics -o de.gmo de.po
mv: cannot stat `t-de.gmo': No such file or directory
make[2]: *** [de.gmo] Error 1
make[2]: Leaving directory `/home/wasteofspace/downloads/snd-9/po'
make[1]: *** [stamp-po] Error 2
make[1]: Leaving directory `/home/wasteofspace/downloads/snd-9/po'
make: *** [snd] Error 2

Etienne