|
From: Rincon J. <ri...@ga...> - 2003-12-05 00:16:10
|
I got rubycocoa from cvs and ruby 1.8.1 installed. Panther 10.3.1 installed. [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ruby --version ruby 1.8.1 (2003-10-31) [powerpc-darwin] [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ruby install.rb setup install.rb: entering setup phase... ---> framework /usr/bin/xcodebuild xcodebuild xcodebuild: Error: the directory /Volumes/development/openSource/ruby/rubyCocoa/rubycocoa/framework contains more than one Project Builder project (it has 2 of them). You will need to specify the project to build with the -project option. setup failed 'system xcodebuild' failed try 'ruby install.rb --help' for usage [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ls -lt framework/ total 8 drwxr-xr-x 6 gjin staff 204 Dec 4 13:23 RubyCocoa.pbproj -rw-r--r-- 1 gjin staff 807 Dec 4 13:23 post-config.rb drwxr-xr-x 5 gjin staff 170 Dec 4 13:22 src drwxr-xr-x 4 gjin staff 136 Dec 4 13:22 tool drwxr-xr-x 6 gjin staff 204 Dec 4 13:21 CVS drwxr-xr-x 4 gjin staff 136 Dec 4 13:21 English.lproj drwxr-xr-x 3 gjin staff 102 Dec 4 13:21 RubyCocoa.frmwk.pbproj -rw-r--r-- 1 gjin staff 828 Dec 27 2002 pre-install.rb [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ________________________________ 15 Mbytes Free Web-based and POP3 Sign up now: http://www.gawab.com |
|
From: Sven S. <sve...@co...> - 2003-12-05 00:38:16
|
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!. Sven On 05/12/2003, at 11:12 AM, Rincon Jinn wrote: > > I got rubycocoa from cvs and ruby 1.8.1 installed. > > Panther 10.3.1 installed. > > [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ruby --version > ruby 1.8.1 (2003-10-31) [powerpc-darwin] > [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% > > > > [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ruby install.rb > setup > install.rb: entering setup phase... > ---> framework > /usr/bin/xcodebuild > xcodebuild > xcodebuild: Error: the directory > /Volumes/development/openSource/ruby/rubyCocoa/rubycocoa/framework > contains more than one Project Builder project (it has 2 of > them). You will need to specify the project to build with the > -project option. > setup failed > 'system xcodebuild' failed > try 'ruby install.rb --help' for usage > [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% ls -lt framework/ > total 8 > drwxr-xr-x 6 gjin staff 204 Dec 4 13:23 > RubyCocoa.pbproj > -rw-r--r-- 1 gjin staff 807 Dec 4 13:23 > post-config.rb > drwxr-xr-x 5 gjin staff 170 Dec 4 13:22 src > drwxr-xr-x 4 gjin staff 136 Dec 4 13:22 tool > drwxr-xr-x 6 gjin staff 204 Dec 4 13:21 CVS > drwxr-xr-x 4 gjin staff 136 Dec 4 13:21 > English.lproj > drwxr-xr-x 3 gjin staff 102 Dec 4 13:21 > RubyCocoa.frmwk.pbproj > -rw-r--r-- 1 gjin staff 828 Dec 27 2002 > pre-install.rb > [gavin-unix:ruby/rubyCocoa/rubycocoa] gjin% > ________________________________ > 15 Mbytes Free Web-based and POP3 > Sign up now: http://www.gawab.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for > IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys > admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > |
|
From: FUJIMOTO H. <hi...@im...> - 2003-12-05 01:07:29
|
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!. Thanks Sven-san, And now, I prepared branch for Panther into the CVS repository, named "branch-devel-panther". Kimura-san who is an author of the patch is working on the branch. Please be aware that development on the branch considers only Panther fundamentally. checkout devel-panther branch: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/rubycocoa co -P -r branch-devel-panther -- FUJIMOTO Hisakuni |
|
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 |