稲員です。

On Tue, 3 Aug 2010 14:20:54 +0900
"S.Kimura (木村成一)" <rikim...@a011.broada.jp> wrote:

> >> cc: unrecognized option '-2.0/'
> コンパイル中のこの表示に、単に、いささかの見苦しさを感じたのですが。

Emacs の本家には既に bug#5857 として報告され修正もされているようです。
23 系列に backport もされているので放って置いても 23.3 になれば勝手に
治ると思います。 emacs22 の方は流石にもう新版は出ないでしょうけど。

メンテナが承知の上で「害無し」として放置しているのかそうで無いのかは分かり
ませんが、木村さんがどうしても気になるのであれば「本家の bug#5857 の件に
対処して欲しい」旨を send-pr されてはどうでしょう?
あるいは local の ports tree に下のような patch でも放り込んでお茶を
濁しておくかでしょうか。

================================
--- configure.orig      2010-05-08 12:10:16.000000000 +0900
+++ configure   2010-08-03 23:26:08.000000000 +0900
@@ -25820,7 +25820,7 @@
 # the C preprocessor to some helpful value like 1, or maybe the empty
 # string.  Needless to say consequent macro substitutions are less
 # than conducive to the makefile finding the correct directory.
-cpp_undefs="`echo $srcdir $configuration $canonical |
+cpp_undefs="`echo $srcdir $configuration $canonical unix |
   sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/  *$//' \
   -e 's/  */ -U/g' -e 's/-U[0-9][^ ]*//g'`"
 
================================

-- 
Rikito INAKAZU (稲員力士) <riki1017k...@gmail.com>

メールによる返信