Using the simplest possible example script,
#!/usr/bin/env ruby print "Hello World\n"
from the command line I get no errors. I suspect that it is one of the libraries that TextMate is including when this line is run,
require "#{ENV['TM_SUPPORT_PATH']}/lib/plist"
Unfortunately, I don't know what this is doing since I'm not that familiar with Ruby or TextMate.
Ideas?
Thanks,
Tim.
On 9/19/06, Allan Odgaard throw-away-1@macromates.com wrote:
On 19/9/2006, at 20:34, Tim Lahey wrote:
I've installed ruby 1.8.1 using fink on 10.3.9 and when I try the command insert environment based upon current word (using equation as an example) I get the error,
dyld: ruby Undefined symbols: [...]
It would seem that Ruby got built to rely on some shared library which you do not have or similar.
Try run ruby from the shell and see if you do not get a similar error.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate