⌘R seems to be broken for Perl scripts at the moment. After an svn up in /Library/Application Support/TextMate/Bundles attempts to run a Perl script yield
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:in `require': no such file to load -- / Applications/TextMate.app/Contents/SharedSupport/Support/lib/ scriptmate (LoadError) from /Library/Application Support/TextMate/ Bundles/Perl.tmbundle/Support/PerlMate/perlmate.rb:1
Is it just me?
Andy,
You need to checkout the TextMate Support folder to /Library/ Application Support/TextMate/Support.
It might be easiest to just delete /Library/Application Support/ TextMate/, and then checkout the entire Bundle trunk with:
svn co http://macromates.com/svn/Bundles/trunk/ /Library/Application\ Support/TextMate
- Alex
On Dec 6, 2006, at 3:13 PM, Andy Armstrong wrote:
⌘R seems to be broken for Perl scripts at the moment. After an svn up in /Library/Application Support/TextMate/Bundles attempts to run a Perl script yield
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:in `require': no such file to load -- / Applications/TextMate.app/Contents/SharedSupport/Support/lib/ scriptmate (LoadError) from /Library/Application Support/TextMate/ Bundles/Perl.tmbundle/Support/PerlMate/perlmate.rb:1
Is it just me?
-- Andy Armstrong, hexten.net
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 Dec 2006, at 03:18, Alexander Ross wrote:
Andy,
You need to checkout the TextMate Support folder to /Library/ Application Support/TextMate/Support.
It might be easiest to just delete /Library/Application Support/ TextMate/, and then checkout the entire Bundle trunk with:
svn co http://macromates.com/svn/Bundles/trunk/ /Library/Application \ Support/TextMate
- Alex
On Dec 6, 2006, at 3:13 PM, Andy Armstrong wrote:
⌘R seems to be broken for Perl scripts at the moment. After an svn up in /Library/Application Support/TextMate/Bundles attempts to run a Perl script yield
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/ Support/PerlMate/perlmate.rb:1:in `require': no such file to load -- /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ scriptmate (LoadError) from /Library/Application Support/TextMate/ Bundles/Perl.tmbundle/Support/PerlMate/perlmate.rb:1
Only a tiny question:
Did you mean
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:
or
~/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:
I can remember that I have a similar problem. And it turns out that actually there is no folder /Library/..., only in ~/Library/... .
-Hans
On 7 Dec 2006, at 08:41, Hans-Joerg Bibiko wrote:
/Library/Application Support/TextMate/Bundles/Perl.tmbundle/Support/ PerlMate/perlmate.rb:1:
or
~/Library/Application Support/TextMate/Bundles/Perl.tmbundle/ Support/PerlMate/perlmate.rb:1:
I can remember that I have a similar problem. And it turns out that actually there is no folder /Library/..., only in ~/Library/... .
I meant /Library. I think Alex was right though - I'd only been updating the Bundles dir.
On 7 Dec 2006, at 02:18, Alexander Ross wrote:
svn co http://macromates.com/svn/Bundles/trunk/ /Library/Application \ Support/TextMate
Ah. Silly me. Thanks Alex :)
On 7 Dec 2006, at 10:02, Andy Armstrong wrote:
On 7 Dec 2006, at 02:18, Alexander Ross wrote:
svn co http://macromates.com/svn/Bundles/trunk/ /Library/ Application\ Support/TextMate
Ah. Silly me. Thanks Alex :)
Fixed. Thanks again.