[Vim-latex-devel] Cannot compile (Undefined variable: s:target)
Brought to you by:
srinathava,
tmaas
From: Erik H. <eri...@gm...> - 2009-08-07 10:43:44
|
Hi, I'm trying to use Latex Suite. However, when I try to compile with <leader>ll , I get this output: Error detected while processing function Tex_RunLaTeX: line 7: E121: Undefined variable: s:target E15: Invalid expression: s:target line 10: E121: Undefined variable: s:target E116: Invalid arguments for function Tex_Debug line 12: E121: Undefined variable: s:target E116: Invalid arguments for function Tex_GetVarValue('Tex_FormatDependency_'.s:t arget) != '' E15: Invalid expression: Tex_GetVarValue('Tex_FormatDependency_'.s:target) != '' line 21: E121: Undefined variable: dependency E116: Invalid arguments for function Tex_Debug line 25: E121: Undefined variable: dependency E116: Invalid arguments for function Tex_Strntok(dependency, ',', i) != '' E15: Invalid expression: Tex_Strntok(dependency, ',', i) != '' line 51: E121: Undefined variable: initTarget E15: Invalid expression: initTarget The possible solutions I found at <http://ubuntuforums.org/showthread.php?t=577217> don't apply since this is a Windows PC. runtimepath is "~/vimfiles,C:\Programme\Vim/vimfiles,C:\Programme\vim\vim72,C:\Programmme\Vim/vimfiles/after,~/vimfiles/after,D:\vimfiles (D:\vimfiles being the directory where latex suite is installed) My .vimrc is here: http://github.com/ehahn/dotfiles/blob/e31bfc154b5f7e64b4b55862e4bb9c59b2052550/.vimrc I hope you can help me with this problem. -Erik |