From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: egcs@cygnus.com Cc: guile-emacs@sourceware.cygnus.com Subject: Re: Failure of compiling Date: Tue, 12 Sep 2000 13:33:00 -0000 Message-id: References: <20000912231312P.saka@yugen.org> X-SW-Source: 2000-q3/msg00001.html SAKA Toshihide (坂 敏秀) writes: > | ./temacs -batch -l loadup dump > | > | ;;; WARNING (no code for module (oop goops goopscore)) > | ERROR: Unbound variable: > | make[1]: *** [emacs] Error 2 > | make[1]: Leaving directory `/home/saka/.rpm/BUILD/guile-emacs-0.5/src' > | make: *** [all-recursive] Error 1 It fails to load GOOPS. Could you try the following lines? % guile guile> (use-modules (oop goops goopscore)) guile> If this shows an error, something is wrong with your GOOPS installation. > I suspect that guile-emacs doesn't suit MULE 4.1, but I don't > have enough disk space to install Emacs 20.7 needed for me to > investigate it :( I guess it is not a problem. By the way, how could I get MULE 4.1? -- Kei