|
From: Georg <gwd...@ma...> - 2007-11-30 00:35:12
|
hello everyone,
I just built rubycocoa 0.13.0 from source on tiger and discovered you
may want to change line 1260 in file misc/bridgesupport/
gen_bridge_metadata.rb
from
document << REXML::DocType.new(['signatures', 'SYSTEM',
'file://localhost/System/Library/DTDs/BridgeSupport.dtd'])
to
document << REXML::DocType.new(['signatures', 'SYSTEM',
'"file://localhost/System/Library/DTDs/BridgeSupport.dtd"'])
So there are no eval errors after building the individual
bridgesupport files
otherwise no hitches, I uninstalled webkit 3 beta before upgrading to
10.4.11 and wasn't bitten by any webkit-related bugs when compiling.
Keep up the good work
Georg
|