From: Laurent S. <lsa...@ap...> - 2007-09-24 16:28:33
|
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 |