[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:01799] compile error with mew
- To: mhc@xxxxxxxxxxxxx
- Subject: [mhc:01799] compile error with mew
- From: Fumihiro Kato <fumihiro@xxxxxxxxxxxxxx>
- Date: Sat, 19 Apr 2003 20:51:09 +0900
- Organization: Keio University
- Reply-to: mhc@xxxxxxxxxxxxx
- User-agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (Kashiharajingū-mae) APEL/10.4 Emacs/21.2 (i386-pc-linux-gnu) MULE/5.0 (賢木)
加藤と申します。
最新のCVS版でruby configure.rb --with-mewすると,
make時にemacsのbyte compileに失敗します。
以下のpatchで直るみたいです。
--
Fumihiro Kato
<torry@xxxxxxxxxxxxxxxxxx, fumihiro@xxxxxxxxxxxxxx>
Keio Univ. SFC, Hagino Lab.
--- make.rb.in.orig 2003-04-19 20:26:06.000000000 +0900
+++ make.rb.in 2003-04-19 20:26:20.000000000 +0900
@@ -7,7 +7,7 @@
opt += ' --with-lispdir=@@MHC_LISPDIR@@' if '@@MHC_LISPDIR@@' != ''
opt += ' --with-packagedir=@@MHC_XEMACS_PACKAGE_DIR@@' if '@@MHC_XEMACS_PACKAGE_DIR@@' != ''
opt += ' --with-addpath=@@MHC_EMACS_ADD_PATH@@' if '@@MHC_EMACS_ADD_PATH@@' != ''
-opt += ' --with-mew=@@MHC_WITH_MEW@@' if '@@MHC_WITH_MEW@@' != ''
+opt += ' --with-mew' if '@@MHC_WITH_MEW@@' != ''
opt += ' --with-wl' if '@@MHC_WITH_WL@@' != ''
opt += ' --with-gnus' if '@@MHC_WITH_GNUS@@' != ''
opt += ' --with-cmail' if '@@MHC_WITH_CMAIL@@' != ''