I'm getting the error shown below when I type:
mate file.txt
The only information I can find relates to Locomotive. I'm using Ruby on Rails, but not Locomotive. Any thoughts on how to remedy this problem?
Thanks
dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib
It doesn't look like this was posted to the list the first time.
-----------
I'm getting the error shown below when I type:
mate file.txt
The only information I can find relates to Locomotive. I'm using Ruby on Rails, but not Locomotive. Any thoughts on how to remedy this problem?
Thanks
dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib
On 27/6/2006, at 6:08, s.ross wrote:
I'm getting the error shown below when I type:
mate file.txt
The only information I can find relates to Locomotive. I'm using Ruby on Rails, but not Locomotive. Any thoughts on how to remedy this problem?
Sounds like something is pretty broken on your system. The library loaded (/opt/local/lib/libJPEG.dylib) is not standard, nor is it (explicitly) referenced by mate.
The hint to a solution is:
http://brainvisa.info/forum/viewtopic.php?p=2389&sid=04e220f427e6ab9b3d0...
The trick is to copy libjpeg from /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Resources
to /opt/local/lib
The problem is that Darwin Ports' version is case-different from Apple's.
On 6/27/06, Allan Odgaard throw-away-1@macromates.com wrote:
On 27/6/2006, at 6:08, s.ross wrote:
I'm getting the error shown below when I type:
mate file.txt
The only information I can find relates to Locomotive. I'm using Ruby on Rails, but not Locomotive. Any thoughts on how to remedy this problem?
Sounds like something is pretty broken on your system. The library loaded (/opt/local/lib/libJPEG.dylib) is not standard, nor is it (explicitly) referenced by mate.
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