[Mew-dist 15196] Old Emacs & Old OS の問題点

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2000年 11月 29日 (水) 12:04:53 JST


ふと思って、私の持っているもっとも古い組み合せの 
"Emacs-19.28 + Solaris 2.4" で最新のαを試してみました。

(1) Emacs-19.28 には thread で使っている auto-show.el が *無い*
 です。そこだけ避けたら、thread は動きました。

(2) Emacs-19.28 には pp.el があるけど、autoload されません。
 使う前に (require 'pp) が必要でした。

(3) Solaris 2.4 は bin の configure で
 checking for usleep... no
 checking for Sleep... no
 となってしまうので、make でこけます。

mew.h で

#ifndef HAVE_USLEEP
# ifdef HAVE_SLEEP
#  define usleep(x) Sleep(x / 1000)
# else
#  define usleep(x) ;
# endif
#endif

ぐらいで動きました。libucb には usleep があるけどうまく動かない
みたい。

## で install してちょっとだけ動かしたけど、もう二度と使うことは
## ない組み合せの様な気がする。

-- 
白井秀行 (mailto:shirai at example.com)



Mew-dist メーリングリストの案内