On Oct 16, 2008, at 3:53 PM, Claus wrote:
Hm, when I delete that folder (move it to a different place), I get the original error: /tmp/temp_textmate.78au0T:3:in `require': no such file to load -- / Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/ process (LoadError) from /tmp/temp_textmate.78au0T:3
when I move the folder back, I still get the Error: Could not open to check for packages
This is most likely a problem with TM_LATEX_MASTER
/bin/sh: kpsewhich: command not found
Note: I didn't see the third line last night, cause it was printed white on white in the latex/textmate output window.
Inside /Users/clausman/Library/Application Support/TextMate/Support there are 5 folders: Bundles PlugIns Pristine Copy Support Themes
So you have a checkout of the entire textmate repository in your Support folder.
Erase the folder /Users/clausman/Library/Application Support/TextMate/ and do a clean svn checkout with:
cd ~/Application\ Support/ svn co http://macromates.com/svn/Bundles/trunk TextMate
—Alex