From: Jeremy N. <jn...@gn...> - 2007-10-25 16:43:12
|
Hello, When I follow the instructions to install from source, I get the following error: install.rb: entering config phase... create ext/rubycocoa/extconf.rb create framework/GeneratedConfig.xcconfig create framework/src/objc/Version.h ---> framework create /Users/Eltiare/src/RubyCocoa-0.11.1/framework/src/objc/osx_ruby.h ... create /Users/Eltiare/src/RubyCocoa-0.11.1/framework/src/objc/osx_intern.h ... BSROOT="/Users/Eltiare/src/RubyCocoa-0.11.1/framework/bridge-support" CFLAGS="" /usr/local/bin/ruby build.rb Generating BridgeSupport metadata for: CoreFoundation ... Collect metadata (8.950143 seconds) /usr/local/lib/ruby/1.8/rexml/text.rb:292:in `normalize': private method `gsub' called for true:TrueClass (NoMethodError) from /usr/local/lib/ruby/1.8/rexml/element.rb:1082:in `[]=' from /usr/local/lib/ruby/1.8/rexml/element.rb:586:in `add_attribute' from ./gen_bridge_metadata.rb:1435:in `generate_xml_document' from ./gen_bridge_metadata.rb:1419:in `each' from ./gen_bridge_metadata.rb:1419:in `generate_xml_document' from ./gen_bridge_metadata.rb:551:in `xml_document' from ./gen_bridge_metadata.rb:1511:in `generate_xml' from ./gen_bridge_metadata.rb:1511:in `open' from ./gen_bridge_metadata.rb:1511:in `generate_xml' from ./gen_bridge_metadata.rb:542:in `write' from build.rb:106 from build.rb:50:in `measure' from build.rb:104 from build.rb:62:in `each' from build.rb:62 config failed hook /Users/Eltiare/src/RubyCocoa-0.11.1/framework/post-config.rb failed: 'system BSROOT="/Users/Eltiare/src/RubyCocoa-0.11.1/framework/bridge-support" CFLAGS="" /usr/local/bin/ruby build.rb' failed try 'ruby install.rb --help' for usage I'm especially frustrated because I want to use Zentest, and it seems that Zentest does not work without RubyCocoa. Any help is appreciated. I had Safari 3 beta installed, but reverted back to 2 before attempting the install. I do have the binary install, but since I have a custom version of Ruby installed and I am now attempting to install from source. TIA, Jeremy Nicoll |
From: Eloy D. <elo...@gm...> - 2007-10-25 16:59:55
|
Hi Jeremy, > When I follow the instructions to install from source, I get the > following error: Is there a specific reason that you are trying to use an older release? 0.11.1. Not that I know of such an error occuring with 0.11.1, but still :) Which version of ruby are you using? [snip] > I'm especially frustrated because I want to use Zentest, and it seems that > Zentest does not work without RubyCocoa. Any help is appreciated. I had > Safari 3 beta installed, but reverted back to 2 before attempting the > install. I do have the binary install, but since I have a custom version of > Ruby installed and I am now attempting to install from source. Do you mean autotest? Or another component of the ZenTest suite? Because I use autotest all the time with RubyCocoa. (Which others should try too!) Cheers, Eloy |
From: Jeremy N. <jn...@gn...> - 2007-10-25 17:03:12
|
Actually, I tried it out with the older version because the newest version did not work (same error as the older version). I tried this with the SVN version as well with the same results. Here is my version of Ruby: ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] Yes, I'm talking about autotest. It fails saying that it requires osx/cocoa or some other gem like that. Eloy Duran wrote: > Hi Jeremy, > > >> When I follow the instructions to install from source, I get the >> following error: >> > > Is there a specific reason that you are trying to use an older release? 0.11.1. > Not that I know of such an error occuring with 0.11.1, but still :) > > Which version of ruby are you using? > > [snip] > > >> I'm especially frustrated because I want to use Zentest, and it seems that >> Zentest does not work without RubyCocoa. Any help is appreciated. I had >> Safari 3 beta installed, but reverted back to 2 before attempting the >> install. I do have the binary install, but since I have a custom version of >> Ruby installed and I am now attempting to install from source. >> > > Do you mean autotest? Or another component of the ZenTest suite? > Because I use autotest all the time with RubyCocoa. (Which others > should try too!) > > Cheers, > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Eloy D. <elo...@gm...> - 2007-10-25 17:21:08
|
Well autotest works with RubyCocoa, but as longs as you don't have RC installed require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) Like Laurent said could you double check your REXML/ruby installation? I suppose "which ruby" points to the one you installed? Eloy On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > Actually, I tried it out with the older version because the newest > version did not work (same error as the older version). I tried this with > the SVN version as well with the same results. Here is my version of Ruby: > ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] > > Yes, I'm talking about autotest. It fails saying that it requires > osx/cocoa or some other gem like that. > > > Eloy Duran wrote: > Hi Jeremy, > > > > When I follow the instructions to install from source, I get the > following error: > > Is there a specific reason that you are trying to use an older release? > 0.11.1. > Not that I know of such an error occuring with 0.11.1, but still :) > > Which version of ruby are you using? > > [snip] > > > > I'm especially frustrated because I want to use Zentest, and it seems that > Zentest does not work without RubyCocoa. Any help is appreciated. I had > Safari 3 beta installed, but reverted back to 2 before attempting the > install. I do have the binary install, but since I have a custom version of > Ruby installed and I am now attempting to install from source. > > Do you mean autotest? Or another component of the ZenTest suite? > Because I use autotest all the time with RubyCocoa. (Which others > should try too!) > > Cheers, > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Jeremy N. <jn...@gn...> - 2007-10-25 17:33:12
|
Yes, "which ruby" does point to the one that I installed. Is the REXML just a library? It might be that my library path in my profile is a bit mixed up compared to my executable path..... Eloy Duran wrote: > Well autotest works with RubyCocoa, but as longs as you don't have RC installed > require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) > > Like Laurent said could you double check your REXML/ruby installation? > I suppose "which ruby" points to the one you installed? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > >> Actually, I tried it out with the older version because the newest >> version did not work (same error as the older version). I tried this with >> the SVN version as well with the same results. Here is my version of Ruby: >> ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] >> >> Yes, I'm talking about autotest. It fails saying that it requires >> osx/cocoa or some other gem like that. >> >> >> Eloy Duran wrote: >> Hi Jeremy, >> >> >> >> When I follow the instructions to install from source, I get the >> following error: >> >> Is there a specific reason that you are trying to use an older release? >> 0.11.1. >> Not that I know of such an error occuring with 0.11.1, but still :) >> >> Which version of ruby are you using? >> >> [snip] >> >> >> >> I'm especially frustrated because I want to use Zentest, and it seems that >> Zentest does not work without RubyCocoa. Any help is appreciated. I had >> Safari 3 beta installed, but reverted back to 2 before attempting the >> install. I do have the binary install, but since I have a custom version of >> Ruby installed and I am now attempting to install from source. >> >> Do you mean autotest? Or another component of the ZenTest suite? >> Because I use autotest all the time with RubyCocoa. (Which others >> should try too!) >> >> Cheers, >> Eloy >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Eloy D. <elo...@gm...> - 2007-10-25 17:39:10
|
Yes it's just a library. Check /usr/local/lib/ruby/1.8 Eloy On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > Yes, "which ruby" does point to the one that I installed. Is the REXML > just a library? It might be that my library path in my profile is a bit > mixed up compared to my executable path..... > > > > Eloy Duran wrote: > Well autotest works with RubyCocoa, but as longs as you don't have RC > installed > require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) > > Like Laurent said could you double check your REXML/ruby installation? > I suppose "which ruby" points to the one you installed? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Actually, I tried it out with the older version because the newest > version did not work (same error as the older version). I tried this with > the SVN version as well with the same results. Here is my version of Ruby: > ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] > > Yes, I'm talking about autotest. It fails saying that it requires > osx/cocoa or some other gem like that. > > > Eloy Duran wrote: > Hi Jeremy, > > > > When I follow the instructions to install from source, I get the > following error: > > Is there a specific reason that you are trying to use an older release? > 0.11.1. > Not that I know of such an error occuring with 0.11.1, but still :) > > Which version of ruby are you using? > > [snip] > > > > I'm especially frustrated because I want to use Zentest, and it seems that > Zentest does not work without RubyCocoa. Any help is appreciated. I had > Safari 3 beta installed, but reverted back to 2 before attempting the > install. I do have the binary install, but since I have a custom version of > Ruby installed and I am now attempting to install from source. > > Do you mean autotest? Or another component of the ZenTest suite? > Because I use autotest all the time with RubyCocoa. (Which others > should try too!) > > Cheers, > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Jeremy N. <jn...@gn...> - 2007-10-25 17:59:22
|
Oi, I just downloaded the latest version of REXML, installed it, and then moved it to the location where the other REXML files were (of course making a backup). Still same error. I recompiled Ruby after I got this error as well. I fixed the order in my lib path as well, no dice. Eloy Duran wrote: > Yes it's just a library. Check /usr/local/lib/ruby/1.8 > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > >> Yes, "which ruby" does point to the one that I installed. Is the REXML >> just a library? It might be that my library path in my profile is a bit >> mixed up compared to my executable path..... >> >> >> >> Eloy Duran wrote: >> Well autotest works with RubyCocoa, but as longs as you don't have RC >> installed >> require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) >> >> Like Laurent said could you double check your REXML/ruby installation? >> I suppose "which ruby" points to the one you installed? >> >> Eloy >> >> On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: >> >> >> Actually, I tried it out with the older version because the newest >> version did not work (same error as the older version). I tried this with >> the SVN version as well with the same results. Here is my version of Ruby: >> ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] >> >> Yes, I'm talking about autotest. It fails saying that it requires >> osx/cocoa or some other gem like that. >> >> >> Eloy Duran wrote: >> Hi Jeremy, >> >> >> >> When I follow the instructions to install from source, I get the >> following error: >> >> Is there a specific reason that you are trying to use an older release? >> 0.11.1. >> Not that I know of such an error occuring with 0.11.1, but still :) >> >> Which version of ruby are you using? >> >> [snip] >> >> >> >> I'm especially frustrated because I want to use Zentest, and it seems that >> Zentest does not work without RubyCocoa. Any help is appreciated. I had >> Safari 3 beta installed, but reverted back to 2 before attempting the >> install. I do have the binary install, but since I have a custom version of >> Ruby installed and I am now attempting to install from source. >> >> Do you mean autotest? Or another component of the ZenTest suite? >> Because I use autotest all the time with RubyCocoa. (Which others >> should try too!) >> >> Cheers, >> Eloy >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Eloy D. <elo...@gm...> - 2007-10-25 20:33:47
|
Hmmm, this is weird... Are you the guy I spoke in irc a while back? If so, did you try on a fresh osx? Eloy On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > Oi, I just downloaded the latest version of REXML, installed it, and > then moved it to the location where the other REXML files were (of course > making a backup). Still same error. I recompiled Ruby after I got this > error as well. I fixed the order in my lib path as well, no dice. > > > Eloy Duran wrote: > Yes it's just a library. Check /usr/local/lib/ruby/1.8 > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Yes, "which ruby" does point to the one that I installed. Is the REXML > just a library? It might be that my library path in my profile is a bit > mixed up compared to my executable path..... > > > > Eloy Duran wrote: > Well autotest works with RubyCocoa, but as longs as you don't have RC > installed > require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) > > Like Laurent said could you double check your REXML/ruby installation? > I suppose "which ruby" points to the one you installed? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Actually, I tried it out with the older version because the newest > version did not work (same error as the older version). I tried this with > the SVN version as well with the same results. Here is my version of Ruby: > ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] > > Yes, I'm talking about autotest. It fails saying that it requires > osx/cocoa or some other gem like that. > > > Eloy Duran wrote: > Hi Jeremy, > > > > When I follow the instructions to install from source, I get the > following error: > > Is there a specific reason that you are trying to use an older release? > 0.11.1. > Not that I know of such an error occuring with 0.11.1, but still :) > > Which version of ruby are you using? > > [snip] > > > > I'm especially frustrated because I want to use Zentest, and it seems that > Zentest does not work without RubyCocoa. Any help is appreciated. I had > Safari 3 beta installed, but reverted back to 2 before attempting the > install. I do have the binary install, but since I have a custom version of > Ruby installed and I am now attempting to install from source. > > Do you mean autotest? Or another component of the ZenTest suite? > Because I use autotest all the time with RubyCocoa. (Which others > should try too!) > > Cheers, > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Laurent S. <lsa...@ap...> - 2007-10-25 17:05:09
|
Hi Jeremy, What is the version of Ruby that you have in /usr/local. I wonder if your copy of REXML isn't too old, because when I compare the files and line numbers of the backtrace with my REXML, it doesn't correspond to the backtrace methods. Laurent On Oct 25, 2007, at 6:42 PM, Jeremy Nicoll wrote: > Hello, > When I follow the instructions to install from source, I get the > following error: > > install.rb: entering config phase... > create ext/rubycocoa/extconf.rb > create framework/GeneratedConfig.xcconfig > create framework/src/objc/Version.h > ---> framework > create /Users/Eltiare/src/RubyCocoa-0.11.1/framework/src/objc/ > osx_ruby.h ... > create /Users/Eltiare/src/RubyCocoa-0.11.1/framework/src/objc/ > osx_intern.h ... > BSROOT="/Users/Eltiare/src/RubyCocoa-0.11.1/framework/bridge- > support" CFLAGS="" /usr/local/bin/ruby build.rb > Generating BridgeSupport metadata for: CoreFoundation ... > Collect metadata (8.950143 seconds) > /usr/local/lib/ruby/1.8/rexml/text.rb:292:in `normalize': private > method `gsub' called for true:TrueClass (NoMethodError) > from /usr/local/lib/ruby/1.8/rexml/element.rb:1082:in `[]=' > from /usr/local/lib/ruby/1.8/rexml/element.rb:586:in > `add_attribute' > from ./gen_bridge_metadata.rb:1435:in `generate_xml_document' > from ./gen_bridge_metadata.rb:1419:in `each' > from ./gen_bridge_metadata.rb:1419:in `generate_xml_document' > from ./gen_bridge_metadata.rb:551:in `xml_document' > from ./gen_bridge_metadata.rb:1511:in `generate_xml' > from ./gen_bridge_metadata.rb:1511:in `open' > from ./gen_bridge_metadata.rb:1511:in `generate_xml' > from ./gen_bridge_metadata.rb:542:in `write' > from build.rb:106 > from build.rb:50:in `measure' > from build.rb:104 > from build.rb:62:in `each' > from build.rb:62 > config failed > hook /Users/Eltiare/src/RubyCocoa-0.11.1/framework/post-config.rb > failed: > 'system BSROOT="/Users/Eltiare/src/RubyCocoa-0.11.1/framework/bridge- > support" CFLAGS="" /usr/local/bin/ruby build.rb' failed > try 'ruby install.rb --help' for usage > > > I'm especially frustrated because I want to use Zentest, and it > seems that Zentest does not work without RubyCocoa. Any help is > appreciated. I had Safari 3 beta installed, but reverted back to 2 > before attempting the install. I do have the binary install, but > since I have a custom version of Ruby installed and I am now > attempting to install from source. > > TIA, > Jeremy Nicoll > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/_______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |
From: Jeremy N. <jn...@gn...> - 2007-10-25 21:12:48
|
That would be a negative on both counts. I sure wish I had a fresh OS X to install on. :) Eloy Duran wrote: > Hmmm, this is weird... > Are you the guy I spoke in irc a while back? > If so, did you try on a fresh osx? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > >> Oi, I just downloaded the latest version of REXML, installed it, and >> then moved it to the location where the other REXML files were (of course >> making a backup). Still same error. I recompiled Ruby after I got this >> error as well. I fixed the order in my lib path as well, no dice. >> >> >> Eloy Duran wrote: >> Yes it's just a library. Check /usr/local/lib/ruby/1.8 >> >> Eloy >> >> On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: >> >> >> Yes, "which ruby" does point to the one that I installed. Is the REXML >> just a library? It might be that my library path in my profile is a bit >> mixed up compared to my executable path..... >> >> >> >> Eloy Duran wrote: >> Well autotest works with RubyCocoa, but as longs as you don't have RC >> installed >> require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) >> >> Like Laurent said could you double check your REXML/ruby installation? >> I suppose "which ruby" points to the one you installed? >> >> Eloy >> >> On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: >> >> >> Actually, I tried it out with the older version because the newest >> version did not work (same error as the older version). I tried this with >> the SVN version as well with the same results. Here is my version of Ruby: >> ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] >> >> Yes, I'm talking about autotest. It fails saying that it requires >> osx/cocoa or some other gem like that. >> >> >> Eloy Duran wrote: >> Hi Jeremy, >> >> >> >> When I follow the instructions to install from source, I get the >> following error: >> >> Is there a specific reason that you are trying to use an older release? >> 0.11.1. >> Not that I know of such an error occuring with 0.11.1, but still :) >> >> Which version of ruby are you using? >> >> [snip] >> >> >> >> I'm especially frustrated because I want to use Zentest, and it seems that >> Zentest does not work without RubyCocoa. Any help is appreciated. I had >> Safari 3 beta installed, but reverted back to 2 before attempting the >> install. I do have the binary install, but since I have a custom version of >> Ruby installed and I am now attempting to install from source. >> >> Do you mean autotest? Or another component of the ZenTest suite? >> Because I use autotest all the time with RubyCocoa. (Which others >> should try too!) >> >> Cheers, >> Eloy >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Rubycocoa-talk mailing list >> Rub...@li... >> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >> >> >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |
From: Eloy D. <elo...@gm...> - 2007-10-26 12:52:03
|
Hmmm. If you have an external disk or something which can be wiped you could try to install osx on there and see if compiling rc goes ok. If so you can either copy over the bridgesupport files that were created in the config phase and use that. Or it might be a good time to do an "Archive & Install" of osx, this gives you a 99% fresh installation but keeps your user etc. Eloy On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > That would be a negative on both counts. I sure wish I had a fresh OS > X to install on. :) > > > Eloy Duran wrote: > Hmmm, this is weird... > Are you the guy I spoke in irc a while back? > If so, did you try on a fresh osx? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Oi, I just downloaded the latest version of REXML, installed it, and > then moved it to the location where the other REXML files were (of course > making a backup). Still same error. I recompiled Ruby after I got this > error as well. I fixed the order in my lib path as well, no dice. > > > Eloy Duran wrote: > Yes it's just a library. Check /usr/local/lib/ruby/1.8 > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Yes, "which ruby" does point to the one that I installed. Is the REXML > just a library? It might be that my library path in my profile is a bit > mixed up compared to my executable path..... > > > > Eloy Duran wrote: > Well autotest works with RubyCocoa, but as longs as you don't have RC > installed > require 'osx/cocoa' will not work. ('osx/cocoa' == RubyCocoa) > > Like Laurent said could you double check your REXML/ruby installation? > I suppose "which ruby" points to the one you installed? > > Eloy > > On 10/25/07, Jeremy Nicoll <jn...@gn...> wrote: > > > Actually, I tried it out with the older version because the newest > version did not work (same error as the older version). I tried this with > the SVN version as well with the same results. Here is my version of Ruby: > ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] > > Yes, I'm talking about autotest. It fails saying that it requires > osx/cocoa or some other gem like that. > > > Eloy Duran wrote: > Hi Jeremy, > > > > When I follow the instructions to install from source, I get the > following error: > > Is there a specific reason that you are trying to use an older release? > 0.11.1. > Not that I know of such an error occuring with 0.11.1, but still :) > > Which version of ruby are you using? > > [snip] > > > > I'm especially frustrated because I want to use Zentest, and it seems that > Zentest does not work without RubyCocoa. Any help is appreciated. I had > Safari 3 beta installed, but reverted back to 2 before attempting the > install. I do have the binary install, but since I have a custom version of > Ruby installed and I am now attempting to install from source. > > Do you mean autotest? Or another component of the ZenTest suite? > Because I use autotest all the time with RubyCocoa. (Which others > should try too!) > > Cheers, > Eloy > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |