2011-01-28 4 views
0

ソースからFXRubyをビルドする際に問題が発生しました。以下は私がしたステップです。LinuxのソースからFXRubyをビルドする際のエラー

  1. http://rubyforge.org/frs/?group_id=300&release_id=41247からソースをダウンロードするには、FXRuby-1.6.19.tar.gzをクリックします。

  2. ファイルを抽出

    $タールxzf FXRuby-1.6.19.tar.gz

  3. のdoc/build.html

    $ CD FXRuby-1.6の命令に従ってください。

    19 $ルビーinstall.rb設定 - \ --with-FOX-含ま= /ホーム/ sambath/FXRuby-1.6.19/EXT/FOX16 /含める--with-FOX-LIB = /ホーム/ sambath/FXRuby-1.6.19/lib/fox16

これはエラーメッセージです。

********************************************************************** 
*       Hey!         * 
*     Where is FOX installed?       * 
*                 * 
* I couldn't locate 'fxver.h' in any of the following directories: * 
*                 * 
* /home/sambath/FXRuby-1.6.19/ext/fox16/include 
* /usr/include/fox-1.6 
* /usr/local/include/fox-1.6 
* /sw/include/fox-1.6 
* /opt/local/include/fox-1.6 
*                 * 
* Please specify the locations for the FOX header files and library * 
* using the --with-fox-include and --with-fox-lib options to   * 
* extconf.rb as described in the FXRuby installation instructions. * 
********************************************************************** 

私は/home/sambath/FXRuby-1.6.19/ext/fox16/includeディレクトリをチェックしましたが、私は、ファイルにこのディレクトリを見つけることができませんでした。それはどこにありますか?私はUbuntu 10.04を使用しています。

ありがとうございます。

答えて

関連する問題