[Mew-dist 11077] Re: questions
HEO SeonMeyong
seirios at example.com
1999年 10月 26日 (火) 15:09:25 JST
許です。
> > > 詳しいレポートは後日考えるとして、結論は、
> > > 「少なくとも、手を入れないと動かない」
> > > です。
----- こんな感じだそうです。-----
とりあえず、こんなとこかな??
★使ったソフトウェア
emacs-20.4-mac-bin-d4.img.hqx
http://www.csis.hku.hk/~choi/emacs/emacs-20.4-mac-bin-d4.img.hqx
im-132.tar.gz
ftp://ftp.mew.org/pub/Mew/beta/im-132.tar.gz
Mac_Perl_520r4_appl.bin
http://www.perl.com/CPAN/ports/mac/Mac_Perl_520r4_appl.bin
★うまくいかなかった原因
IM のインストールをする時
shell がないので configure を動かすことができない
path は手で設定することもでいるけど、@im_db_type@ と @im_fsync_no@
をどう設定したらいいかわからない
MacOS 固有のこと
ディレクトリ (MacOS では フォルダ) の区切りが / でなく : であること
ディレクトリの相対指定ができない (ような気がする)
★やってみたこと
Makefile.PL を少し書き換えて、*.in から *.PL を作ってみた
> diff -b Makefile.PL.orig Makefile.PL
62c62
< opendir(DIR, ".") or die "cannot opendir .: $!";
---
> opendir(DIR, "momo's box:Desktop Folder:new:im-132:") or die "cannot opendir .
: $!";
100c100
< @generate_files = ('IM/Config.pm', 'cnf.im/SiteConfig');
---
> @generate_files = ('IM:Config.pm', 'cnf.im:SiteConfig');
102,103c102,103
< open(IN, "$_.in") or die "cannot open $_.in: $!";
< open(PM, ">$_") or die "cannot open $_: $!";
---
> open(IN, "momo's box:Desktop Folder:new:im-132:$_.in") or die "cannot open
$_.in: $!";
> open(PM, ">momo's box:Desktop Folder:new:im-132:$_") or die "cannot open $
_: $!";
Mew-dist メーリングリストの案内