[mew-dist 29141] Re: cmewへの要望

KOIE Hidetaka ( 鯉江英隆 ) hide at example.com
2010年 3月 1日 (月) 11:07:01 JST


  Message-Id: <20100228.214221.215264301.kazu at example.com>
  Date:       Sun, 28 Feb 2010 21:42:21 +0900 (JST)
  From:       Kazu Yamamoto (山本和彦) <kazu at example.com>
  Subject:    [mew-dist 29140] Re: cmewへの要望

  | > refileしたあとのcmewですが、
  | > refileはrename(2)なのでファイルのmtimeが変わらないためcmewが相手にしてくれません。
  | > cmewはmtimeだけでなくctimeもみてくれるとありがたいです。
  | > でもHyper Estraierのことを考えるとrefileするときにmtimeが更新された方がいいです。
  | 
  | とりあえず、こちらですが ctime を見ないとけないところを勘違いして
  | mtime を見ていたというバグですので直しておきました。
  | 
  | ただし、Haskell には今のところ ctime を見るプラットフォーム独立な方法は
  | ないので、アダプターを書いています。

ありがとうございます、refileしたファイルがDBに登録されるのを確認しました。

ところで "configure: WARNING: unrecognized options: --with-compiler"
というのが出るようになったのですが、これはこちらの環境の問題でしょうか?
build自体はうまくいっているようです。

  koie at example.com[git:master]% cabal configure
  Resolving dependencies...
  Configuring mew-0.1...
  configure: WARNING: unrecognized options: --with-compiler
  checking for gcc... gcc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables... 
  checking whether we are cross compiling... no
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking how to run the C preprocessor... gcc -E
  checking for grep that handles long lines and -e... /usr/bin/grep
  checking for egrep... /usr/bin/grep -E
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking windows.h usability... no
  checking windows.h presence... no
  checking for windows.h... no
  configure: creating ./config.status
  config.status: creating config.h
  config.status: config.h is unchanged
  configure: WARNING: unrecognized options: --with-compiler
  koie at example.com[git:master]% cabal install
  Resolving dependencies...
  Configuring mew-0.1...
  configure: WARNING: unrecognized options: --with-compiler
  checking for gcc... gcc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables... 
  checking whether we are cross compiling... no
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking how to run the C preprocessor... gcc -E
  checking for grep that handles long lines and -e... /usr/bin/grep
  checking for egrep... /usr/bin/grep -E
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking windows.h usability... no
  checking windows.h presence... no
  checking for windows.h... no
  configure: creating ./config.status
  config.status: creating config.h
  config.status: config.h is unchanged
  configure: WARNING: unrecognized options: --with-compiler
  Preprocessing executables for mew-0.1...
  Building mew-0.1...
  
  Param.hs:17:0:  warning: no newline at end of file
  
  Stat.hs:45:0:  warning: no newline at end of file
  Installing executable(s) in /home/koie/.cabal/bin
  koie at example.com[git:master]% 
  
--
鯉江英隆 <hide at example.com>


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