This is the mail archive of the
guile-emacs@sources.redhat.com
mailing list for the Guile project.
Re: Failure of compiling
SAKA Toshihide (坂 敏秀) <saka@yugen.org> writes:
> Ok, I have added the links, then I got the messages with guile:
>
> | $ guile
> | guile> (use-modules (oop goops goopscore))
> | ERROR: In expression (define-public <class> #<struct 401e0998:401e0998>):
> | ERROR: Unbound variable: define-public
> | ABORT: (unbound-variable)
Hmm... I don't understand why this happens. What does Guile display
by the following command?
% guile
guile> define-public
#<macro 80965e0>
guile>
> The following patch included in the MULE 4.1 patch causes the
> above error, since I successed in building guile-emacs after I
> applied it against mule-conf.el in reverse.
So can you successfully execute guile-emacs, then?
-- Kei