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 |