|
From: Neil S. <ne...@ha...> - 2006-02-22 20:53:07
|
Yvon Thoraval wrote: > Hey all, >=20 > i'm using "standaloneify.rb" from Jonathan Paisley >=20 > and, for the last app i'm working on, a user said to the app crashes > with the following message at Cosole log : >=20 >=20 >> /Applications/BookmarksMerge.app/Contents/Frameworks/RubyCocoa.framewo= rk/ >> Versions/A/Resources/ruby/osx/objc/cocoa_macros.rb:13:in `require': no= >> such file to load -- nkf (LoadError) >> from /Applications/BookmarksMerge.app/Contents/Frameworks/ >> RubyCocoa.framework/Versions/A/Resources/ruby/osx/objc/cocoa_macros.rb= :13 >> from /Applications/BookmarksMerge.app/Contents/Frameworks/ >> RubyCocoa.framework/Versions/A/Resources/ruby/osx/objc/cocoa.rb:13 >> from /Applications/BookmarksMerge.app/Contents/Frameworks/ >> RubyCocoa.framework/Versions/A/Resources/ruby/osx/cocoa.rb:11 >> from >> /Applications/BookmarksMerge.app/Contents/Resources/rb_main.rb:25 If you run into something that standaloneify doesn't pick up on its own, because of runtime-added requires or whatnot, use the -l option to add th= em. So here you want to add -l nkf to your standaloneify call and you should be fine. --=20 Neil Stevens - ne...@ha... "There is nothing patriotic about hating your country, or pretending that you can love your country but despise your government." -- William Jefferson Clinton |