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:

> GOOPS that I installed are located in:
> 
> /usr/bin/guile-oops
> /usr/include/goops
> /usr/include/goops-snarf.h
> /usr/include/goops.h
> /usr/include/goops/versiondat.h
> /usr/lib/libgoopscore.a
> /usr/lib/libgoopscore.la
> /usr/lib/libgoopscore.so.4.0.0
> /usr/share/guile/oop
> /usr/share/guile/oop/goops
> /usr/share/guile/oop/goops.scm
> /usr/share/guile/oop/goops/active-slot.scm
> /usr/share/guile/oop/goops/compile.scm
> /usr/share/guile/oop/goops/composite-slot.scm
> /usr/share/guile/oop/goops/describe.scm
> /usr/share/guile/oop/goops/dispatch.scm
> /usr/share/guile/oop/goops/internal.scm
> /usr/share/guile/oop/goops/save.scm
> /usr/share/guile/oop/goops/stklos.scm
> /usr/share/guile/oop/goops/util.scm

You'll need to add the following symbolic links:

  /usr/lib/libgoopscore.so -> /usr/lib/libgoopscore.so.4.0.0
  /usr/lib/libgoopscore.so.4 -> /usr/lib/libgoopscore.so.4.0.0
  /usr/share/guile/oop/goops/libgoopscore.la -> /usr/lib/libgoopscore.la
  /usr/share/guile/oop/goops/libgoopscore.so.4 -> /usr/lib/libgoopscore.so.4

> > By the way, how could I get MULE 4.1?
> 
> It is an unofficial version of GNU Emacs. I got a patch extracted
> from Meadow (the official MULE 4.1) against GNU Emacs 20.7 (MULE
> 4.0) from:
> 
> http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/emacs-20.7-mule-4.1.patch
> 
> See his page for more information:
> 
> http://www.teu.ac.jp/nsit/~yatagawa/comp/emacs/

Thanks.  I'll try it.

-- Kei

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