1
我試圖在Windows 7 x64上安裝LuaFileSystem(lfs)。 嘗試使用Cygwin在Linux風格(使用Make和配置文件),這給了我很多語法錯誤。在win7 x64上安裝LuaFileSystem(lfs)
第二個嘗試使用:
luarocks.bat install luafilesystem
這我越來越:
cl /MD /O2 -c -Fosrc/lfs.obj -IC:/Program Files (x86)/Lua/5.1/include src/lfs.c
'cl' is not recognized as an internal or external command, operable program or batch file.
Error: Build error: Failed compiling object src/lfs.obj
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe"
嘗試使用「C運行:\程序文件(x86)\微軟的Visual Studio 10.0 \ VC \ bin \ cl.exe「丟失:
"The program can't start because mspdb100.dll is missing from your computer"
是否有一種簡單的方法將它安裝在Windows 7 x64上?
在此先感謝,
Avi
有什麼錯誤? – hjpotter92 2013-02-27 19:17:37
在問題中添加。 – AviZ 2013-02-27 20:36:46
只需一面評論,您還可以嘗試[Lua For Windows](http://code.google.com/p/luaforwindows/)編譯Lua的所有工具/電池。 – hjpotter92 2013-02-27 21:16:38