From: Michael S. <mik...@gm...> - 2007-09-24 23:23:43
|
here is config-save rubycocoa-framework-version=A bin-dir=$install-prefix/bin site-ruby=$install-prefix/lib/ruby/site_ruby/1.8 prefix=/opt/local build-universal=no ri-dir=/opt/local/share/ri/1.8/site libruby-path=/opt/local/lib/libruby.1.8.6.dylib build-as-embeddable=yes rubycocoa-version-short=0.12.0 examples=/Developer/Examples ruby-path=/opt/local/bin/ruby make-prog=make ruby-header-dir=/opt/local/lib/ruby/1.8/i686-darwin8.10.1 install-prefix=$prefix rb-dir=$site-ruby macosx-deployment-target=10.4 without-ext=no ruby-prog=/opt/local/bin/ruby rubycocoa-release-date=2007-07-19 rubycocoa-version=0.12.0 gen-bridge-support=yes documentation=/Developer/Documentation std-ruby=$install-prefix/lib/ruby/1.8 rubycocoa-svn-revision=2001 install-root= frameworks=/Library/Frameworks data-dir=$install-prefix/share so-dir=$install-prefix/lib/ruby/site_ruby/1.8/i686-darwin8.10.1 the config line I used was the one on the getting started project page ruby install.rb config that's all. On 9/24/07, Laurent Sansonetti <lsa...@ap...> wrote: > Hi Michael, > > From the install log, it seems that the templates were not installed. > Normally they should go in "/Library/Application Support/Apple/ > Developer Tools". > > This is weird, according to pre-install.rb the templates should be > installed unless the config 'xcode-extras' variable as nil. Could you > look at file config.save file and see the value of 'xcode-extras'? > Also, do you remember the config line that you used? > > Laurent > > On Sep 24, 2007, at 5:39 PM, Michael Steinfeld wrote: > > Source install was a success > > > > mike@Tulku :> sudo ruby install.rb install > > install.rb: entering install phase... > > rm -rf '/tmp/rubycocoa_backup/sample' > > mkdir -p '/tmp/rubycocoa_backup' > > mv '/Developer/Examples/RubyCocoa' '/tmp/rubycocoa_backup/sample' > > mkdir -p '/Developer/Examples' > > cp -R 'sample' '/Developer/Examples/RubyCocoa' > > chmod -R g+w '/Developer/Examples/RubyCocoa' > > rm -rf '/tmp/rubycocoa_backup/doc' > > mkdir -p '/tmp/rubycocoa_backup' > > mv '/Developer/Documentation/RubyCocoa' '/tmp/rubycocoa_backup/doc' > > mkdir -p '/Developer/Documentation' > > cp -R 'doc' '/Developer/Documentation/RubyCocoa' > > ---> framework > > rm -rf '/tmp/rubycocoa_backup/RubyCocoa.framework' > > mkdir -p '/tmp/rubycocoa_backup' > > mv '/Library/Frameworks/RubyCocoa.framework' '/tmp/rubycocoa_backup/' > > mkdir -p '/Library/Frameworks' > > cp -R 'build/Default/RubyCocoa.framework' > > '/Library/Frameworks/RubyCocoa.framework' > > <--- framework > > ---> lib > > mkdir -p /opt/local/lib/ruby/site_ruby/1.8/ > > ---> lib/osx > > mkdir -p /opt/local/lib/ruby/site_ruby/1.8/osx > > install active_record.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install addressbook.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install appkit.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install cocoa.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install coredata.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install foundation.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install qtkit.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > install webkit.rb /opt/local/lib/ruby/site_ruby/1.8/osx > > <--- lib/osx > > <--- lib > > ---> ext > > ---> ext/rubycocoa > > mkdir -p /opt/local/lib/ruby/site_ruby/1.8/i686-darwin8.10.1/. > > install rubycocoa.bundle /opt/local/lib/ruby/site_ruby/1.8/i686- > > darwin8.10.1/. > > <--- ext/rubycocoa > > <--- ext > > install.rb: install done. > > > > now getting XCode to see it is another story.. is there a way manually > > to tell XCode where CocoaRuby is? > > > > > > > > On 9/24/07, Eloy Duran <elo...@gm...> wrote: > >>> Also I have some PATH confusion because typically I use /opt/local > >>> for > >>> all ruby/rails dev > >>> Here is my existing PATH > >>> > >>> /Library/Frameworks/Python.framework/Versions/Current/bin:/usr/ > >>> local/mysql/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/ > >>> bin:/sbin:/usr/bin:/usr/sbin > >>> > >> > >> - snip - > >> > >>> If my path is set to above, should installing from source use > >>> /opt/local? Or do I have to explicitly set the path? > >> > >> If you have a ruby in /opt/local/bin that should be correct and that > >> ruby should be used. > >> You can always try the following to see which one is first in your > >> path: $ which ruby > >> > >> I'll await the source installation log. > >> > >> Cheers, > >> Eloy > >> > >> ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2005. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> Rubycocoa-talk mailing list > >> Rub...@li... > >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > >> > > > > > > -- > > Michael Steinfeld > > Linux Admin/Developer > > AIM: mikesteinfeld > > GTALK: mik...@gm... > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Rubycocoa-talk mailing list > > Rub...@li... > > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > -- Michael Steinfeld Linux Admin/Developer AIM: mikesteinfeld GTALK: mik...@gm... |