[#44909] VRDdeClientについて — Toshiyasu Soejima <clev@...2.so-net.ne.jp>

17 messages 2008/05/11

[#44936] yamlとencoding — "Yutaka Kanemoto" <kinpoco@...>

金本と申します。

16 messages 2008/05/14

[ruby-list:44943] Re: Gemでhpricotインストールエラー

From: from_kyushu <from.kyushu.island@...>
Date: 2008-05-16 16:53:05 UTC
List: ruby-list #44943
初めまして、from_kyushuと申します。

makeがないという風にでていますが、makeはインストールさ 
れていますか?
もしインストールしていた場合

which make

などでmakeは見つけられますか?

On 2008/05/17, at 1:28, Yangkook Kim wrote:

> Kimと申します。
>
> GemでhpricotをFedora8にインストールしようとする 
> と次のエラーが出ます。
>
> Building native extensions.  This could take a while...
> ERROR:  Error installing hpricot:
>        ERROR: Failed to build gem native extension.
>
> /usr/bin/ruby extconf.rb install hpricot
> checking for main() in -lc... no
> creating Makefile
>
> make
> sh: make: command not found
>
> Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/ 
> hpricot-0.6
> for inspection.
> Results logged to
> /usr/lib/ruby/gems/1.8/gems/hpricot-0.6/ext/hpricot_scan/gem_make.out
>
> でログを見たところ、
> /usr/bin/ruby extconf.rb install hpricot
> checking for main() in -lc... no
> creating Makefile
>
> make
> sh: make: command not found
> になっています。
>
> 他の方は同じようなエラーが出ても、ruby-develを入れる 
> と解決しているようですが、私はruby-develを入れても解 
> 決しません。同じようなエラーが出た方はいらっしゃるでしょうか?
>
> Rubyは1.8.6です。
>
> よろしくお願い致します。


In This Thread