« 2007年5月22日 | メイン | 2007年5月24日 » |
このブログを書く四元輝博とジョシュア清水が経営する旅行代理店スカイメリカ
ジョシュア清水 自らが操縦する、日本語でのガイドと会話を楽しみながらハワイ島を巡るセスナの旅
このブログを書く四元輝博と共にスカイメリカを経営するハワイ島在住の日本人パイロット、ジョシュア清水のブログ
スカイメリカの共同経営者、シリコンバレー在住の四元輝博によるIT情報・ベンチャー起業に関するブログ
四元輝博によるに 「組み込みJava による M2Mソリューション」に関する調査レポート・サイト
: 日付別 アーカイブ :
2007年5月23日
# gem install --remote idn Building native extensions. This could take a while... ERROR: Error installing idn: ERROR: Failed to build gem native extension. /usr/local/bin/ruby18 extconf.rb install --remote idn checking for main() in -lidn... yes checking for idna.h... no ERROR: could not find idna.h header file! Please install the GNU IDN library or alternatively specify at least one of the following options if the library can only be found in a non-standard location: --with-idn-dir=/path/to/non/standard/location or --with-idn-lib=/path/to/non/standard/location/lib --with-idn-include=/path/to/non/standard/location/includeエラーが起きてしまった。 idna.h が見つからないようだ。
# gem install --remote idn --with-idn-include=/usr/local/include ERROR: While executing gem ... (OptionParser::InvalidOption) invalid option: --with-idn-include=/usr/local/include #ところが、まだエラーがでる。
# gem install --remote idn -- \ ? --with-idn-include=/usr/local/include Building native extensions. This could take a while... Successfully installed idn-0.0.2 1 gem installed Installing ri documentation for idn-0.0.2... Installing RDoc documentation for idn-0.0.2... #今度は成功したようだ。 しかし、なぜ1行ではエラーが起こるのか?
# gem install --remote idn -- --with-idn-include=/usr/local/includeのようにしても成功した。 どうしても「 -- 」が必要なようだ。 ただし、これに関しては RubyGemsのドキュメントをみても どこにもみつけることができなかった。
カテゴリー: DNS・URL・URI , Ruby 22:56 | コメント (0) | トラックバック (0)