mechanizeのインストールではまる
諸般の事情でCygwin環境を新規に作成していたのですが、www::mechanizeのインストール(正確には、その依存モジュールのnokogiriのインストール)で以下のエラーになってはまる。
Building native extensions. This could take a while... ERROR: Error installing mechanize: ERROR: Failed to build gem native extension. /usr/bin/ruby.exe extconf.rb checking for iconv.h in /opt/local/include/,/opt/local/include/libxml2,/opt/local/include,/opt/local/include,/opt/local/include/libxml2,/usr/local/include,/usr/local/include/libxml2,/usr/include,/usr/include/libxml2,/usr/include,/usr/include/libxml2... no libiconv is missing. try 'port install libiconv' or 'yum install libiconv-devel' *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. ...
libiconvもインストールされているし、「/usr/include」の下に「iconv.h」はあるんだけどなー。互換性の問題とかあるんだろうか?と散々悩んだ挙句、gccが入っていないことに気づく。setup.exeで、さくっとインストールしたら無事進展。ぬー。なんか、前にもはまった気がするぞ、これ!