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: Wed, 13 Sep 2000 16:23:00 -0000 Message-id: References: <20000912231312P.saka@yugen.org> <20000913131815Q.saka@yugen.org> <20000913153639I.saka@yugen.org> X-SW-Source: 2000-q3/msg00009.html SAKA Toshihide (坂 敏秀) 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