Today I downloaded Mozart sources and I tried to compile it (on my GNU/Linux system), but I got the error:
make[3]: Leaving directory `/home/tpj/opt/src/mozart-1.3.2.20060615/share/tools' make[2]: Leaving directory `/home/tpj/opt/src/mozart-1.3.2.20060615/share/tools' make[2]: Entering directory `/home/tpj/opt/src/mozart-1.3.2.20060615/share/elisp' emacs --eval "(setq load-path (cons \"/home/tpj/opt/src/mozart-1.3.2.20060615/share/elisp\" load-path))" -q -batch -f batch-byte-compile oz.el && \ if [ oz.elc != oz.elc ]; then mv oz.elc oz.elc; fi /bin/sh: emacs: command not found make[2]: *** [oz.elc] Error 127 make[2]: Leaving directory `/home/tpj/opt/src/mozart-1.3.2.20060615/share/elisp' make[1]: *** [bootstrap] Error 1 make[1]: Leaving directory `/home/tpj/opt/src/mozart-1.3.2.20060615/share' make: *** [bootstrap] Error 1 The cause of the error is that this is no emacs in my system. Since I don't use emacs, and emacs conflicts with another package (ctags), I don't intend to install emacs. Is it possible to compile Mozart without emacs? _________________________________________________________________________________ mozart-users mailing list mozart-users@ps.uni-sb.de http://www.mozart-oz.org/mailman/listinfo/mozart-users