ฉันหมดความอดทนกับปัญหานี้และหันไปหาชุมชนนี้เพื่อขอความช่วยเหลือ ฉันกำลังพยายามติดตั้ง luafilesystem
และ luacheck
จาก luarocks
และฉันจะได้รับข้อผิดพลาดจากสิ่งที่ฉันลองเท่านั้น
ฉันติดตั้งใหม่ lua
รุ่น 5.3.0
และกำลังใช้พรอมต์ผู้ดูแลระบบ visual Studio (เช่น cl
ถูกกำหนดและพร้อมที่จะไป) เมื่อฉันรันการติดตั้ง luarocks install luafilesystem
มัน chucks ข้อผิดพลาด:
Setting environment for using Microsoft Visual Studio 2010 x64 tools.
C:\WINDOWS\system32>luarocks install luafilesystem
Installing https://luarocks.org/luafilesystem-1.6.3-2.src.rock
cl /nologo /MD /O2 -c -Fosrc/lfs.obj -IC:/Program Files (x86)/Lua/5.3/include src/lfs.c
lfs.c
link -dll -def:lfs.def -out:lfs.dll C:/Program Files (x86)/Lua/5.3/bin/lua53.dll src/lfs.obj
Microsoft (R) Incremental Linker Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Lua\5.3\bin\lua53.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x340
Error: Build error: Failed compiling module lfs.dll
คุณต้องใช้ไฟล์ lua53.lib ในไฟล์ config.lua / config-5.3
—
moteus
ฉันไม่สามารถแก้ไขได้ด้วย lua 5.3 แต่เป็นเรื่องง่ายด้วยเวอร์ชัน 5.1 ที่รวมอยู่ในไฟล์ zip LuaRocks
—
Jaime