[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:01799] compile error with mew



加藤と申します。

最新の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@@' != ''