Changes between Version 2 and Version 3 of Dev/Ruby


Ignore:
Timestamp:
Apr 11, 2012 4:00:22 AM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Ruby

    v2 v3  
    44 = misc = 
    55 * [http://d.hatena.ne.jp/viver/20090318/p1 分散システムのテストを自動化する - 古橋貞之の日記] 
     6 
     7 * [https://github.com/dydx/RubyTorrent/blob/master/dump-metainfo.rb RubyTorrent/dump-metainfo.rb at master · dydx/RubyTorrent · GitHub] 
    68 
    79 = RVM = 
     
    2527Installing Ruby from source to: /home/mitty/.rvm/rubies/ruby-1.8.7-p358, this may take a while depending on your cpu(s)... 
    2628}}} 
     29 
     30 * (cygwin上で)必要になったパッケージ 
     31  * patch, git, autoconf, automake,  
     32 * .rvm/log/ruby-1.9.3-head/yaml/make.log 
     33{{{ 
     34configure.ac:56: required file `config/ltmain.sh' not found 
     35}}} 
     36  * .rvm/log/ruby-1.9.3-head/yaml/autoreconf.log 
     37{{{ 
     38libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. 
     39libtoolize: can not copy `/usr/share/libtool/config/ltmain.sh' to `config/' 
     40libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and 
     41libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. 
     42libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 
     43}}} 
     44  * 未解決 
     45  * あらかじめmake installしてもダメ 
     46   * $ cd .rvm/src/yaml-0.1.4/ 
     47   * $ autoreconf -ivf 
     48   * $ ./configure --prefix="/home/mitty/.rvm/usr" 
     49   * $ make 
     50   * $ make install 
     51 * [http://www.ruby-forum.com/topic/178926 `./ltmain.sh' not found - Ruby Forum]