|
From: Jonathan P. <jp...@dc...> - 2006-02-23 09:23:56
|
Hi, I looked at the package which seems to be working properly, with dependencies. The ruby runtime is linked into the RubyCocoa framework so it should be completely independent of any ruby on the host system. > he is using this RubyCocoa beta app over standard Apple Ruby, i'm > using the latest build by my own. Could you explain what you mean here a bit more? Is he attempting to run the same version you provided a link to? If he's using a standalone version that you've provided, even though he has only the standard Apple ruby, it will be using the latest build that you used to make the application. For more debugging information, you could add 'p $LOAD_PATH' to rb_main.rb before the first 'require'. Another useful thing is to run the app from the terminal using 'ktrace': ktrace ./BookmarksMerge.app/Contents/MacOS/BookmarksMerge kdump | grep NAMI > files.log 'files.log' will show any file accesses made by the application, which should help to track down where it's looking for 'nkf.bundle'. |