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
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: