我在Textmate上安装了lua包,但是当点击“检查语法”时,我得到了这个错误:
Unable to locate luac
To succesfully run this action you need to install «luac». If you know that it is already installed on your system, you instead need to update your search path.
The manual has a section about how to update your search path.
For diagnostic purposes, the paths searched for «luac» were:
/usr/bin
/bin
/usr/sbin
/sbin我可能已经正确安装了lua,当我写" Lua“到终端时,我会得到:Lua 5.1.4版权所有(C) 1994-2008 Lua.org,PUC-Rio
我正在运行Mac OS X Lion 10.7.2
问题出在哪里?谢谢。
发布于 2011-10-22 20:27:53
你在上面贴了一行:
The manual has a section about how to update your search path.这表明您需要更新路径,以便TextMate可以找到lua。
查看the manual for TextMate,看看答案是否在那里变得清晰。
https://stackoverflow.com/questions/7859414
复制相似问题