This is the mail archive of the guile-emacs@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Failure of compiling


SAKA Toshihide (坂 敏秀) <saka@yugen.org> writes:

> | ./temacs -batch -l loadup dump
> | 
> | ;;; WARNING (no code for module (oop goops goopscore))
> | ERROR: Unbound variable: <generic>
> | 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]