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:

> Now I get the following messages when building guile-emacs at last:
> 
> | ./temacs -batch -l loadup dump
> | Loading loadup (source)...
> | Using load-path (/home/saka/.rpm/BUILD/guile-emacs-0.5/lisp /usr/share/emacs/20.7/lisp)
> | Loading byte-run...
> | Loading subr...
> | Loading version.el (source)...
> | Loading map-ynp...
> | Loading widget...
> | Loading custom...
> | Loading cus-start (source)...
> | Loading international/mule...
> | Loading international/mule-conf.el (source)...
> | Invalid or duplicated element in argument: (coding-category-utf-16-be coding-category-utf-16-le coding-category-iso-8-1 coding-category-iso-8-2 coding-category-iso-7-tight coding-category-iso-7 coding-category-iso-7-else coding-category-iso-8-else coding-category-utf-8 coding-category-emacs-mule coding-category-raw-text coding-category-sjis coding-category-big5 coding-category-ccl coding-category-binary)
> | make[1]: *** [emacs] Error 255
> | make[1]: Leaving directory `/home/saka/.rpm/BUILD/guile-emacs-0.5/src'
> | make: *** [all-recursive] Error 1
> 
> 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.

Okay, what you need is to apply the MULE 4.1 patch to guile-emacs's src
directory, too.  Try the following:

  % cd guile-emacs
  % sed -n '/callproc/,//p' emacs-20.7-mule-4.1.patch | patch -p1
  % configure && make install

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