|
From: Jeremy N. <jn...@gn...> - 2007-11-27 17:44:30
|
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. 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
Jeremy
Stephen Bannasch wrote:
> Jeremy,
>
> See the end of my last message.
>
> You need to apply the patch in this message:
>
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/32040
>
> to the file document.rb in the rexml gem. The changes are just two
> lines so I didn't bother applying the patch I just edited the file:
>
> /usr/local/lib/ruby/1.8/rexml/document.rb
>
> directly.
>
> Yours is somewhere in /opt/...
>
> After this it should build.
>
> I got stuck later following the screencast with interface builder. I
> tinkEloy did the screencast with Leopard. I'm not very familiar with
> CoCoa or InterfaceBuilder and it's not clear to me how to make an
> NSObject for the LeecherController with IB 2.5.4.
>
|