From: Jeremy N. <jn...@gn...> - 2007-11-27 21:56:13
|
Yes I'm running 10.4.11 - that's what I meant by the patch. As for the last sentence in your reply, at which issues should I take a look? I'm confused. I'm a web programmer wanting to play around with application development. Unfortunately fixing bugs in C is not my forte. Jeremy Stephen Bannasch wrote: > At 10:44 AM -0700 11/27/07, Jeremy Nicoll wrote: > >> Thank you Stephen, that got me a little farther along. I also appreciated the comment in the source about IE and Windows. :) So I've installed the latest patch for OS X 10.4, which includes Safari 3. >> > > Which patch? The one for rexml? > > >> When I try to configure, I am now getting this error: >> >> Generating BridgeSupport metadata for: WebKit ... >> ./gen_bridge_metadata.rb:1800:in `compile_and_execute_code': Can't compile C code... aborting (RuntimeError) >> command was: gcc /tmp/src-0-22240.m -o /tmp/bin-0-22240 -F"/System/Library/Frameworks" -framework WebKit -framework Foundation -include /tmp/src-0-22240.h 2>/tmp/log-0-22240 >> >> /usr/bin/ld: /System/Library/Frameworks/WebKit.framework/WebKit load command 20 unknown cmd field >> collect2: ld returned 1 exit status >> from ./gen_bridge_metadata.rb:1051:in `collect_types_encoding' >> from ./gen_bridge_metadata.rb:521:in `collect' >> from build.rb:101 >> from build.rb:50:in `measure' >> from build.rb:101 >> from build.rb:62:in `each' >> from build.rb:62 >> config failed >> >> > > Are you running 10.4.11? I am and I also have the release version of Safari 3 installed: Version 3.0.4 (523.12). > > There was a warning in the rubycocoa getting started page about rubycocoa not compiling if you have a v3 betat of webkit but since I now had the release version of Safari 3 I tried compiling and it worked. > > Take a look at Webkit/Safari issues. > > ------------------------------------------------------------------------- > 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 > > |