I'm having problems running the mate terminal command, I get the following error:
/usr/bin/mate: line 1: ../SharedSupport/Support/bin/mate: No such file or directory
Any help would be much appreciated.
-- Bryce Roney
On 7 Mar 2008, at 08:44, bdude wrote:
I'm having problems running the mate terminal command, I get the following error:
/usr/bin/mate: line 1: ../SharedSupport/Support/bin/mate: No such file or directory
Actually mate is a symbolic link to /Applications/TextMate.app/ Contents/Resources/mate
Maybe the easiest would be to delete /usr/bin/mate (actually it should be /usr/local/bin/mate AND please check in beforehand that / usr/bin/mate IS really a symbolic link) and open the TM menu 'Help > Terminal Usage' and press 'Create Link'.
--Hans
On 7 Mar 2008, at 08:44, bdude wrote:
I'm having problems running the mate terminal command, I get the following error:
/usr/bin/mate: line 1: ../SharedSupport/Support/bin/mate: No such file or directory
Try: ls -l /usr/bin/mate
It should be a symbolic link to the mate shell command inside the TextMate application bundle. TextMate tries to detect if you moved the application after the link was created, but maybe it failed.
In worst case, just remote the link and re-install the command (via the Help menu).
On Fri, Mar 7, 2008 at 7:16 PM, Allan Odgaard throw-away-2@macromates.com wrote:
On 7 Mar 2008, at 08:44, bdude wrote:
I'm having problems running the mate terminal command, I get the following error:
/usr/bin/mate: line 1: ../SharedSupport/Support/bin/mate: No such file or directory
Try: ls -l /usr/bin/mate
The command returns lrwxr-xr-x 1 root wheel 50 7 Mar 18:35 /usr/bin/mate -> /Applications/TextMate.app/Contents/Resources/mate
So I assume that's the right symbolic link target?
It should be a symbolic link to the mate shell command inside the TextMate application bundle. TextMate tries to detect if you moved the application after the link was created, but maybe it failed.
In worst case, just remote the link and re-install the command (via the Help menu).
I've done that and it still doesn't work.
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
On 7 Mar 2008, at 09:26, Bryce Roney wrote:
The command returns lrwxr-xr-x 1 root wheel 50 7 Mar 18:35 /usr/bin/mate -> /Applications/TextMate.app/Contents/Resources/mate
So I assume that's the right symbolic link target?
I believe that itself is a symbolic link, and it is the target for that symbolic link you seem to be missing -- do you have /Applications/ TextMate.app/Contents/SharedSupport/Support/bin/mate?
If not, do you have /Applications/TextMate.app/Contents/SharedSupport/ Support?
I re-downloaded TextMate and reinstalled it and it worked. I hadn't upgraded in a while, so that probably was what caused the problem.
Thanks soooo much for all your help.
Allan Odgaard-3 wrote:
On 7 Mar 2008, at 09:26, Bryce Roney wrote:
The command returns lrwxr-xr-x 1 root wheel 50 7 Mar 18:35 /usr/bin/mate -> /Applications/TextMate.app/Contents/Resources/mate
So I assume that's the right symbolic link target?
I believe that itself is a symbolic link, and it is the target for that symbolic link you seem to be missing -- do you have /Applications/ TextMate.app/Contents/SharedSupport/Support/bin/mate?
If not, do you have /Applications/TextMate.app/Contents/SharedSupport/ Support?
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