Hi,
I install snow leopard (update) but now I can't compile LaTeX document with textMate
I get :
Could not open to check for packages This is most likely a problem with TM_LATEX_MASTER
After installing snow, the symbolic link /usr/texbin is destroyed
so
cd /usr sudo ln -s ../Library/TeX/Distributions/.DefaultTeX/Contents/Programs/ i386 texbin
Upgrading to Snow Leopard also remove /usr/texbin from my default PATH.
I create a text file named TeX with contents
/usr/texbin
and then I move this file to /etc/paths.d. I give this file read-write permission for everyone
Well now I can compile with TexShop and from the terminal but not with textmate
I read some tickets on the net and after that, I rename
tm_interactive_input.dylib in textmate.app and in the pristine copy, now I can compile but I would like to know if this solution is correct?
Best Regards
Alain Matthes
Le 28 août 2009 à 22:11, Alain Matthes a écrit :
Hi,
I install snow leopard (update) but now I can't compile LaTeX document with textMate
I get :
Could not open to check for packages This is most likely a problem with TM_LATEX_MASTER
I forget to give this :
MacTeX 2008 or 2009 TM 1.5.8 1499 Snow Leopard
I have the same error with TM 1505 and if I rename tm_interactive_input.dylib I can compile
Where is the problem ?
Best Regards
Alain Matthes
On Aug 28, 2009, at 1:27 PM, Alain Matthes wrote:
Le 28 août 2009 à 22:11, Alain Matthes a écrit :
Hi,
I install snow leopard (update) but now I can't compile LaTeX document with textMate
I get :
Could not open to check for packages This is most likely a problem with TM_LATEX_MASTER
I forget to give this :
MacTeX 2008 or 2009 TM 1.5.8 1499 Snow Leopard
I have the same error with TM 1505 and if I rename tm_interactive_input.dylib I can compile
Yes, renaming tm_interactive_input.dylib was all that was required for me to get things working. This is the correct approach.
—Alex
On Aug 28, 2009, at 2:23 PM, Alain Matthes wrote:
Le 28 août 2009 à 22:37, Alex Ross a écrit :
Yes, renaming tm_interactive_input.dylib was all that was required for me to get things working. This is the correct approach.
What is the utility of this file ? Nothing is broken without it?
If LaTeX (or any other program being run by Executor) tries to read from STDIN, this file provided a mechanism detect that and provide a dialog to the user. The dialog is broken while this file is incompatible with Snow Leopard.
—Alex