From: FUJIMOTO H. <hi...@im...> - 2003-12-05 23:07:00
|
At Fri, 5 Dec 2003 11:36:40 +1100, Sven Schott wrote: > I found that the RubyCocoa.frmwk.pbproj is empty(from CVS) and I > deleted it(shock!). I installed it on 10.3 with the installed ruby and > it works frin . I also applied the 10.3 panther patch. > > http://homepage.mac.com/kimuraw/archive/rubycocoa-10.3.patch.gz > > Works well. I also included the framework using Xcode and I ran the app > on a computer that didn't have rubycocoa installed. yay!. A message about the issue from kimuraw-san is attached to the following: ------- Forwarded Message >'system xcodebuild' failed >try 'ruby install.rb --help' for usage Sorry, the pacth has a bug in install.rb. fixed setup_dir_framework() in install.rb ---- def setup_dir_framework( relpath ) if test(?x, '/usr/bin/xcodebuild') then command 'xcodebuild' else command 'pbxbuild' end end ---- I've replaced the pacth with a fixed one. http://homepage.mac.com/kimuraw/archive/rubycocoa-10.3.patch.gz ------- End of Forwarded Message -- FUJIMOTO Hisakuni |