Hi again, so, it turns out that some things work again, for example a python script from the templates runs fine (which didn't work before the checkout). My key issue is still with compiling latex. Even with a file from the templates, without a project it gives the error shown in the attached screenshot.
Cheers, Claus
On 17-Oct-08, at 6:40 AM, textmate-request@lists.macromates.com wrote:
Message: 2 Date: Thu, 16 Oct 2008 16:13:16 +0200 From: Alex Ross tm-alex@rosiba.com Subject: [TxMt] Re: textmate Digest, Vol 5, Issue 25 To: TextMate users textmate@lists.macromates.com Message-ID: C95F684D-7D16-4914-BE2C-85ED5D71A67D@rosiba.com Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
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