Emacs21を使っています。 bbdbのインストールを教えてください。 アーカイブを展開後 ./configure --with-emacs=emacs make su して make installしようとしましたがinstallというのは無くて install-pkgしかありません。 その為か分かりませんが
# make install-pkg /bin/rm -f -r /usr/lib/xemacs/site-packages/lisp/bbdb Loading /usr/local/libexec/emacs/21.1/i386--freebsd/fns-21.1.1.el (source)... Done Loading /usr/local/libexec/emacs/21.1/i386--freebsd/fns-21.1.1.el (source)... Optional package bbdb-srv skipped - gnuserv not found Loading /usr/local/libexec/emacs/21.1/i386--freebsd/fns-21.1.1.el (source)... Optional package bbdb-reportmail skipped - reportmail not found /bin/rm -f /usr/lib/xemacs/site-packages/info/bbdb.info* /usr/local/bin/ginstall: cannot create regular file `/usr/lib/xemacs/site-packages/info/': No such file or directory *** Error code 1
Stop in /home/hunga/bbdb-2.34/texinfo. *** Error code 1
>>604 あと、delfate.c の unsigned near max_chain_length; /* To speed up deflation, hash chains are never searched beyond this length. * A higher limit improves compression ratio but degrades the speed. */
local unsigned int max_lazy_match; /* Attempt to find a better match only when the current match is strictly * smaller than this value. This mechanism is used only for compression * levels >= 4. */ あたりのコメントは読んだ?